aboutsummaryrefslogtreecommitdiff
path: root/devel/nant
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-03-29 00:01:52 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-03-29 00:01:52 +0000
commit839a4d6725bd5253eed65c1f010da7e973af07fc (patch)
tree060e331e168ebe68346e7812be2e6099e9462401 /devel/nant
parent7947f0dc3a1c247fb33881cf21afac78363e07cc (diff)
downloadports-839a4d6725bd5253eed65c1f010da7e973af07fc.tar.gz
ports-839a4d6725bd5253eed65c1f010da7e973af07fc.zip
- Fix make describe, which I broke last time
Reported by: Portsnap buildbox (via cperciva)
Notes
Notes: svn path=/head/; revision=188704
Diffstat (limited to 'devel/nant')
-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>