diff options
author | tron <tron@pkgsrc.org> | 1999-05-30 18:52:59 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-30 18:52:59 +0000 |
commit | 62bca2731cdb8c7aa41960395ff2e6e9f6d845f0 (patch) | |
tree | a34d7377f5422ed09224ea1f94763359bc5aebba /mail | |
parent | f89abf6c752d7e20507d32587a95537d40bdcd92 (diff) | |
download | pkgsrc-62bca2731cdb8c7aa41960395ff2e6e9f6d845f0.tar.gz |
Fix package list handling.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix/patches/patch-ax | 13 |
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> |