From 62bca2731cdb8c7aa41960395ff2e6e9f6d845f0 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 30 May 1999 18:52:59 +0000 Subject: Fix package list handling. --- mail/postfix/Makefile | 6 +++--- mail/postfix/patches/patch-ax | 13 +++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'mail') 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 -- cgit v1.2.3