aboutsummaryrefslogtreecommitdiff
path: root/mail/spamprobe
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2002-10-09 00:17:30 +0000
committerMikhail Teterin <mi@FreeBSD.org>2002-10-09 00:17:30 +0000
commitcec1f9fdbda7473f2c565c7614fbc9b29ae0a736 (patch)
treee59b91c3b9c7763521b6b799119860e75d14e4de /mail/spamprobe
parent3e2361eb5ae8aa6b8cda0217b47aee5a50bb4fc6 (diff)
downloadports-cec1f9fdbda7473f2c565c7614fbc9b29ae0a736.tar.gz
ports-cec1f9fdbda7473f2c565c7614fbc9b29ae0a736.zip
Notes
Diffstat (limited to 'mail/spamprobe')
-rw-r--r--mail/spamprobe/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile
index 4d17e4b0a2da..63c96da5ad02 100644
--- a/mail/spamprobe/Makefile
+++ b/mail/spamprobe/Makefile
@@ -21,14 +21,15 @@ MAKE_ENV+= FILESDIR="${FILESDIR}"
.include <bsd.port.pre.mk>
post-build:
- @cd ${WRKSRC} && ${MAKE} -f ${FILESDIR}/Makefile.export0_6 clean
- @cd ${WRKSRC} && ${MAKE} -f ${FILESDIR}/Makefile.export0_6
+ @cd ${WRKSRC} && ${MAKE_ENV} ${MAKE} -f \
+ ${FILESDIR}/Makefile.export0_6 clean all
post-extract:
@${RM} -rf ${WRKSRC}/thirdparty
post-install:
- @cd ${WRKSRC} && ${MAKE} -f ${FILESDIR}/Makefile.export0_6 install
+ @cd ${WRKSRC} && ${MAKE_ENV} ${MAKE} -f \
+ ${FILESDIR}/Makefile.export0_6 install
@${CAT} ${FILESDIR}/post-install-notes
.include <bsd.port.post.mk>