do not install conf/*.orig
This commit is contained in:
parent
05440a3f40
commit
420b0942ab
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue