diff options
author | Will Andrews <will@FreeBSD.org> | 2004-09-26 04:47:24 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2004-09-26 04:47:24 +0000 |
commit | e5019a7ebb3b44a9267f7be2419093b699eb7fe6 (patch) | |
tree | 3346eb61b95fe1611423579e8bf0bc6550468c46 /mail/postgrey | |
parent | 43211e8ede9dc14f866be5c1804e6679cdc280b4 (diff) |
Notes
Diffstat (limited to 'mail/postgrey')
-rw-r--r-- | mail/postgrey/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index cdb0fd7f50c3..3dc2428f935f 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -62,6 +62,7 @@ pre-install: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/postgrey ${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKDIR}/postgrey.sh ${PREFIX}/etc/rc.d + ${MKDIR} ${PREFIX}/etc/postfix .for i in ${ETCFILES} ${INSTALL_DATA} ${WRKSRC}/postgrey_${i} ${PREFIX}/etc/postfix/dist-postgrey_${i} .endfor |