summaryrefslogtreecommitdiff
path: root/mail/prayer/patches/patch-ae
blob: 28205a5697b4c8473446525bdb46e127f447f0a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$NetBSD: patch-ae,v 1.5 2010/06/08 12:34:38 adam Exp $

--- files/etc/prayer.cf.SRC.orig	2008-10-30 12:28:59 +0100
+++ files/etc/prayer.cf.SRC	2010-05-01 22:20:02 +0200
@@ -376,7 +376,7 @@
 ispell_path         = /usr/bin/ispell
 
 # Message of the day file
-motd_path           = "$prefix/etc/motd.html"
+motd_path           = "__PKG_SYSCONFDIR__/motd.html"
 
 # HTML to insert into login page
 #login_insert1_path   = "$prefix/etc/ucsnews.html"
@@ -401,10 +401,10 @@
 ssl_required        = FALSE
 
 # Location of icon files
-icon_dir            = "$prefix/icons"
+icon_dir            = "__PREFIX__/share/prayer/icons"
 
 # Location of icon files
-static_dir          = "$prefix/static"
+static_dir          = "__PREFIX__/share/prayer/static"
 
 # Location of binary files
 bin_dir             = "__BIN_DIR__"