diff options
author | will <will@FreeBSD.org> | 2004-09-26 12:47:24 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2004-09-26 12:47:24 +0800 |
commit | c834aecded4d391bf42a1a82fdab3e423451ed4e (patch) | |
tree | 67c653ae538de68e4b9c54617d29935a9e13a961 | |
parent | bdcc1e958c0192cffa925f79cf0fc4177efc0c20 (diff) | |
download | freebsd-ports-gnome-c834aecded4d391bf42a1a82fdab3e423451ed4e.tar.gz freebsd-ports-gnome-c834aecded4d391bf42a1a82fdab3e423451ed4e.tar.zst freebsd-ports-gnome-c834aecded4d391bf42a1a82fdab3e423451ed4e.zip |
Fix pointyhat build.
Reported by: kris
Approved by: portmgr (self)
-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 |