From 839a4d6725bd5253eed65c1f010da7e973af07fc Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Thu, 29 Mar 2007 00:01:52 +0000 Subject: - Fix make describe, which I broke last time Reported by: Portsnap buildbox (via cperciva) --- devel/nant/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel') 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 + 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 +.include -- cgit