aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/nant/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/nant/Makefile b/devel/nant/Makefile
index c62ef6808057..8c610517bbd4 100644
--- a/devel/nant/Makefile
+++ b/devel/nant/Makefile
@@ -25,6 +25,8 @@ USE_GMAKE= yes
MAKE_ENV= MONO_PATH=${WRKSRC}/lib
INSTALL_TARGET= install prefix=${PREFIX}
+.include <bsd.port.pre.mk>
+
post-patch:
@${FIND} ${WRKSRC}/src ${WRKSRC}/tests -name '*.build' | ${XARGS} ${REINPLACE_CMD} -e \
's|warnaserror="true"|warnaserror="false"|g;'
@@ -42,4 +44,4 @@ post-install:
.endif
.include "${PORTSDIR}/lang/mono/bsd.mono.mk"
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>