aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-03-29 08:01:52 +0800
committergabor <gabor@FreeBSD.org>2007-03-29 08:01:52 +0800
commitee04f7452f3563f9895ca2b84c9728276eaa252b (patch)
treebe57635f024d01142039076c173f0079545ac8d1 /devel
parentad95a74524cac423238fd319f73d9a56c0e6f110 (diff)
downloadfreebsd-ports-gnome-ee04f7452f3563f9895ca2b84c9728276eaa252b.tar.gz
freebsd-ports-gnome-ee04f7452f3563f9895ca2b84c9728276eaa252b.tar.zst
freebsd-ports-gnome-ee04f7452f3563f9895ca2b84c9728276eaa252b.zip
- Fix make describe, which I broke last time
Reported by: Portsnap buildbox (via cperciva)
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>