diff options
author | itojun <itojun@pkgsrc.org> | 2000-08-14 11:26:14 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-08-14 11:26:14 +0000 |
commit | 420b0942abe767735263b28b30ab6ed908dc4114 (patch) | |
tree | 603fb3dfcd4c6172d91b938a60fe579e91ab4339 /mail/postfix-current/Makefile | |
parent | 05440a3f40e54707adeb39f17a9023947666c0f4 (diff) | |
download | pkgsrc-420b0942abe767735263b28b30ab6ed908dc4114.tar.gz |
do not install conf/*.orig
Diffstat (limited to 'mail/postfix-current/Makefile')
-rw-r--r-- | mail/postfix-current/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index c56cc47856c..2146830a898 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/08/14 04:39:59 itojun Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/14 11:26:14 itojun Exp $ DISTNAME= snapshot-20000531 PKGNAME= postfix-20000531 @@ -60,6 +60,7 @@ pre-install: ${PREFIX}/share/doc/postfix ${PREFIX}/libexec/postfix ${CHOWN} root:wheel ${PREFIX}/share/postfix ${PREFIX}/libexec/postfix ${CHMOD} 755 ${PREFIX}/share/postfix ${PREFIX}/libexec/postfix + ${RM} ${WRKSRC}/conf/*.orig post-install: ${INSTALL_DATA} ${WRKDIR}/mailer.conf.postfix ${PREFIX}/etc |