diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-08-28 14:50:29 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-08-28 14:50:29 +0000 |
commit | 00b592ef350caef9e3d74f942d0a8b5b7b0101b9 (patch) | |
tree | f3efd704111521c4a525b0fe915b109165e713f0 | |
parent | f7ed6fbff2cd0af338097ebcf0b328ea6a622ddc (diff) | |
download | ports-00b592ef350caef9e3d74f942d0a8b5b7b0101b9.tar.gz ports-00b592ef350caef9e3d74f942d0a8b5b7b0101b9.zip |
Notes
-rw-r--r-- | lang/nwcc/Makefile | 4 |
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> |