aboutsummaryrefslogtreecommitdiff
path: root/mail/qmail-conf/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-04-03 17:07:05 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-04-03 17:07:05 +0000
commitd4076495066a3539ade9dc869200d0b77480ef8d (patch)
treee296c2d9eacd4fb3c5b274cb5179a8891ed4dbf6 /mail/qmail-conf/Makefile
parent098da320bec07b14faaf6702a4ee4a2827e12c55 (diff)
downloadports-d4076495066a3539ade9dc869200d0b77480ef8d.tar.gz
ports-d4076495066a3539ade9dc869200d0b77480ef8d.zip
Notes
Diffstat (limited to 'mail/qmail-conf/Makefile')
-rw-r--r--mail/qmail-conf/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/qmail-conf/Makefile b/mail/qmail-conf/Makefile
index 650346fc42fe..b8b228314ca8 100644
--- a/mail/qmail-conf/Makefile
+++ b/mail/qmail-conf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= qmail-conf
PORTVERSION= 0.60
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= http://www.din.or.jp/~ushijima/qmail-conf/ \
http://cr.yp.to/djbdns/
@@ -44,10 +44,11 @@ pre-build:
# Do a dance to stage and keep out of resulting binaries (see r346769
# and r349241)
-pre-install:
+post-build:
+ @${ECHO_MSG} "===> Rebuilding DJB installer to respect STAGEDIR"
@${MV} -f ${WRKSRC}/conf-qmail ${WRKSRC}/conf-qmail.sav
@${ECHO_CMD} "${STAGEDIR}${QMAIL_PREFIX}" > ${WRKSRC}/conf-qmail
- @cd ${WRKSRC} ; ${RM} -f install instcheck install.o instcheck.o hier.o auto_home.o
+ @cd ${WRKSRC} ; ${RM} -f install instcheck install.o instcheck.o hier.o auto_qmail.o auto_qmail.c
@cd ${WRKSRC} ; ${MAKE_CMD} install instcheck
@${TOUCH} ${WRKSRC}/*-conf
@${MV} -f ${WRKSRC}/conf-qmail.sav ${WRKSRC}/conf-qmail