From 48ecf193cd5a310f8026a4e72c2ba06e5743b935 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 12 Oct 2013 19:25:53 +0000 Subject: - Support STAGEDIR --- devel/nant/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'devel') diff --git a/devel/nant/Makefile b/devel/nant/Makefile index c2fa3c18cd68..7fe735c4fbec 100644 --- a/devel/nant/Makefile +++ b/devel/nant/Makefile @@ -13,12 +13,12 @@ COMMENT= .NET build tool inspired by Ant LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono +BUILD_DEPENDS= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS EXAMPLES -INSTALL_TARGET= install prefix=${PREFIX} +INSTALL_TARGET= install destdir=${STAGEDIR} prefix=${PREFIX} MAKE_JOBS_UNSAFE= yes USES= gmake pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -26,7 +26,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} DATADIR= ${PREFIX}/share/NAnt DOCSDIR= ${PREFIX}/share/doc/NAnt -NO_STAGE= yes .include post-patch: @@ -37,8 +36,8 @@ post-patch: post-install: .if ${PORT_OPTIONS:MEXAMPLES} - ${MKDIR} ${EXAMPLESDIR}/ - cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}/ + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ + cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/ .endif regression-test test: build -- cgit FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats