summaryrefslogtreecommitdiff
path: root/mail/deliver/patches
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-07-02 11:32:35 +0000
committerjmmv <jmmv>2003-07-02 11:32:35 +0000
commit4f348cb08a259cb5a979e67077d0929d6e0b0a8b (patch)
tree6b25fc79e3fc4f59cef36b9c242291ffad5e525b /mail/deliver/patches
parentac7f9e623af95ddb5c15773a555eb25d718e105f (diff)
downloadpkgsrc-4f348cb08a259cb5a979e67077d0929d6e0b0a8b.tar.gz
Avoid hardcoding /usr/pkg in patch files.
Diffstat (limited to 'mail/deliver/patches')
-rw-r--r--mail/deliver/patches/patch-af4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/deliver/patches/patch-af b/mail/deliver/patches/patch-af
index 9b816f4faab..aab0535623e 100644
--- a/mail/deliver/patches/patch-af
+++ b/mail/deliver/patches/patch-af
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.1.1.1 2001/04/27 14:06:06 wiz Exp $
+$NetBSD: patch-af,v 1.2 2003/07/02 11:32:36 jmmv Exp $
--- /dev/null Sat Jan 29 20:16:40 2000
+++ conf/os-netbsd.h Sat Jan 29 20:47:21 2000
@@ -15,7 +15,7 @@ $NetBSD: patch-af,v 1.1.1.1 2001/04/27 14:06:06 wiz Exp $
+/* Then again... */
+
+#undef SAFEPATH
-+#define SAFEPATH "/bin:/usr/bin:/usr/pkg/bin" /* Safe dirs for PATH */
++#define SAFEPATH "/bin:/usr/bin:@PREFIX@/bin" /* Safe dirs for PATH */
+
+#undef SYSV_USRMAIL /* Mailboxes in /usr/mail, as per SysV */
+#define MBX_DIR "/var/mail"