aboutsummaryrefslogtreecommitdiff
path: root/devel/nant
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2012-07-27 06:50:38 +0000
committerErwin Lansing <erwin@FreeBSD.org>2012-07-27 06:50:38 +0000
commit4c8d6b489418ae25d921ff79b260992b2a85cdb4 (patch)
tree47a48177a798b55c9e21fa7becf8abd7b36d44f0 /devel/nant
parent2ccab3245e0dd472eb23b54b0693aaae37d70cc9 (diff)
downloadports-4c8d6b489418ae25d921ff79b260992b2a85cdb4.tar.gz
ports-4c8d6b489418ae25d921ff79b260992b2a85cdb4.zip
Notes
Diffstat (limited to 'devel/nant')
-rw-r--r--devel/nant/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/nant/Makefile b/devel/nant/Makefile
index 3eeeb0509ac3..a4a7cdb3d7eb 100644
--- a/devel/nant/Makefile
+++ b/devel/nant/Makefile
@@ -17,6 +17,8 @@ COMMENT= A .NET build tool inspired by Ant
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
+BROKEN= fails to build
+
DATADIR= ${PREFIX}/share/NAnt
DOCSDIR= ${PREFIX}/share/doc/NAnt
INSTALL_TARGET= install prefix=${PREFIX}
@@ -25,12 +27,6 @@ MAKE_JOBS_UNSAFE= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64"
-BROKEN= fails to build
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|MCS=mcs|MCS=dmcs|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/NAnt.build
@@ -44,4 +40,4 @@ post-install:
cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}/
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>