summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortron <tron>1999-05-30 18:52:59 +0000
committertron <tron>1999-05-30 18:52:59 +0000
commit4b7fcdf4b123c9621f09985216e43fea30d4a822 (patch)
treea34d7377f5422ed09224ea1f94763359bc5aebba /mail
parent641f578e8fb21e90f630bc1f7c51c7596fe00164 (diff)
downloadpkgsrc-4b7fcdf4b123c9621f09985216e43fea30d4a822.tar.gz
Fix package list handling.
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix/Makefile6
-rw-r--r--mail/postfix/patches/patch-ax13
2 files changed, 10 insertions, 9 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index ad5b913f470..9b0441f7aad 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/05/30 17:05:28 tron Exp $
+# $NetBSD: Makefile,v 1.6 1999/05/30 18:52:59 tron Exp $
DISTNAME= postfix-19990317-pl05
PKGNAME= postfix-19990317p05
@@ -26,8 +26,8 @@ post-build:
<${FILESDIR}/mailer.conf >${WRKDIR}/mailer.conf.postfix
pre-install:
- ${MKDIR} /etc/postfix
- ${MKDIR} ${PREFIX}/share/postfix ${PREFIX}/libexec/postfix
+ ${MKDIR} /etc/postfix ${PREFIX}/share/postfix \
+ ${PREFIX}/share/doc/postfix ${PREFIX}/libexec/postfix
chown root.wheel ${PREFIX}/share/postfix ${PREFIX}/libexec/postfix
chmod 755 ${PREFIX}/share/postfix ${PREFIX}/libexec/postfix
diff --git a/mail/postfix/patches/patch-ax b/mail/postfix/patches/patch-ax
index b95fc141267..4447d56779c 100644
--- a/mail/postfix/patches/patch-ax
+++ b/mail/postfix/patches/patch-ax
@@ -1,14 +1,15 @@
-$NetBSD: patch-ax,v 1.1 1999/05/30 18:18:32 tron Exp $
+$NetBSD: patch-ax,v 1.2 1999/05/30 18:53:46 tron Exp $
---- postfix-script/Makefile.orig Sun May 30 18:49:13 1999
-+++ postfix-script/Makefile Sun May 30 18:49:14 1999
-@@ -0,0 +1,18 @@
-+# $NetBSD: patch-ax,v 1.1 1999/05/30 18:18:32 tron Exp $
+--- postfix-script/Makefile.orig Sun May 30 20:37:40 1999
++++ postfix-script/Makefile Sun May 30 20:40:07 1999
+@@ -0,0 +1,19 @@
++# $NetBSD: patch-ax,v 1.2 1999/05/30 18:53:46 tron Exp $
+.include "../conf/main.cf"
+
+.PATH: ${.CURDIR}/../conf
+
-+BINDIR= ${etc_directory}
++BINDIR= ${PREFIX}/share/postfix
++FILESDIR= ${PREFIX}/share/doc/postfix
+
+# XXX
+.include <bsd.own.mk>