summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2002-10-09 00:17:30 +0000
committermi <mi@FreeBSD.org>2002-10-09 00:17:30 +0000
commitab52f3fc1d88aeebec277cd4885347a24e9271af (patch)
treec03c9dfde84d10dd5a0ee8e7988e0fdce54a0355 /mail
parentceb61ada23922a2eee9c87d62220498ef4d88e1f (diff)
downloadFreeBSD-ports-ab52f3fc1d88aeebec277cd4885347a24e9271af.zip
FreeBSD-ports-ab52f3fc1d88aeebec277cd4885347a24e9271af.tar.gz
Pass MAKE_ENV to post-build and post-install MAKE invocations to ensure
the things like PREFIX are correct. BTW, this software compiles/link with db4 as well as db3 now, but the port unconditionally uses db3.
Diffstat (limited to 'mail')
-rw-r--r--mail/spamprobe/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile
index 4d17e4b..63c96da 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>
OpenPOWER on IntegriCloud