- Ignore an error caused by a warning

This commit is contained in:
Danilo Egea Gondolfo 2014-08-28 14:50:29 +00:00
parent f7ed6fbff2
commit 00b592ef35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366408

View file

@ -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>