Fix package list handling.
This commit is contained in:
parent
f89abf6c75
commit
62bca2731c
2 changed files with 10 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue