$NetBSD: patch-ae,v 1.4 2007/06/15 23:28:17 wiz Exp $

--- files/etc/prayer.cf.SRC.orig	2006-04-11 11:13:21.000000000 +0000
+++ files/etc/prayer.cf.SRC
@@ -382,13 +382,13 @@ ispell_path         = /usr/bin/ispell
 #  <login_suffix_path>
 
 # Login page prefix
-#login_prefix_path   = "$prefix/etc/login_prefix.html"
+#login_prefix_path   = "__PKG_SYSCONFDIR__/login_prefix.html"
 
 # Message of the day file
-#motd_path           = "$prefix/etc/motd.html"
+#motd_path           = "__PKG_SYSCONFDIR__/motd.html"
 
 # Login page suffix
-#login_suffix_path   = "$prefix/etc/login_suffix.html"
+#login_suffix_path   = "__PKG_SYSCONFDIR__/login_suffix.html"
 
 # Login security: Prayer's front page defaults to a login form.
 # If the user does not connect via SSL then this can be changed
@@ -407,16 +407,16 @@ ssl_redirect        = FALSE
 ssl_required        = FALSE
 
 # Session banner (local HTML inserted into each page of login session)
-#session_banner_path = "$prefix/etc/session_banner.html"
+#session_banner_path = "__PKG_SYSCONFDIR__/session_banner.html"
 
 # Welcome text displayed when user first logs in
-welcome_path        = "$prefix/etc/welcome.html"
+welcome_path        = "__PKG_SYSCONFDIR__/welcome.html"
 
 # Location of help files
-help_dir            = "$prefix/help"
+help_dir            = "__PREFIX__/share/prayer/help"
 
 # Location of icon files
-icon_dir            = "$prefix/icons"
+icon_dir            = "__PREFIX__/share/prayer/icons"
 
 # Location of binary files
 bin_dir             = "__BIN_DIR__"
