aboutsummaryrefslogtreecommitdiff
path: root/devel/openvex
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2013-08-22 19:11:58 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2013-08-22 19:11:58 +0000
commit03e3b53042acf720ce2c53e4d1904c46872666df (patch)
treeed28c06b15c39f33d97484d43310cf00e89b6b65 /devel/openvex
parent3cb0156f2b8c163d5326aa26e643c81608e7e3dc (diff)
Notes
Diffstat (limited to 'devel/openvex')
-rw-r--r--devel/openvex/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/openvex/Makefile b/devel/openvex/Makefile
index f1b12cc54655..298d214a8887 100644
--- a/devel/openvex/Makefile
+++ b/devel/openvex/Makefile
@@ -22,8 +22,6 @@ REINPLACE_ARGS= -i ""
MAN1= openvex.1 openvex-new-project.1
-ALL_TARGET= all clean
-
post-patch:
# Use make's -C option to descent into directories and fix parallel builds
@${REINPLACE_CMD} -e 's/^all:/& depend/ ; s/ make depend &&//' \
@@ -32,4 +30,7 @@ post-patch:
${WRKSRC}/Advanced/Makefile ${WRKSRC}/Beginner/Makefile \
${WRKSRC}/HiBob/Makefile ${WRKSRC}/Makefile
+post-build:
+ @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} clean)
+
.include <bsd.port.mk>