aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/nwcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/nwcc/Makefile b/lang/nwcc/Makefile
index 98c7e50bdfdf..14c86d886866 100644
--- a/lang/nwcc/Makefile
+++ b/lang/nwcc/Makefile
@@ -16,7 +16,7 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= --installprefix=${PREFIX}
ALL_TARGET=
-post-build:
- cd ${WRKSRC} ; ${MAKE} test
+post-patch:
+ @${REINPLACE_CMD} -e 's|./nwcc|-./nwcc|' ${WRKSRC}/Makefile.skel
.include <bsd.port.mk>