aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ahven
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2013-11-10 18:54:38 +0800
committermarino <marino@FreeBSD.org>2013-11-10 18:54:38 +0800
commit5c5d53493347c6634eaf67a5819c57e6fa0cf815 (patch)
tree1d6abad23879c790f4e81a2a82552279ea96703c /devel/ahven
parent0957ef6172dc5c7b182b12ff99c564fd08c291cd (diff)
downloadfreebsd-ports-gnome-5c5d53493347c6634eaf67a5819c57e6fa0cf815.tar.gz
freebsd-ports-gnome-5c5d53493347c6634eaf67a5819c57e6fa0cf815.tar.zst
freebsd-ports-gnome-5c5d53493347c6634eaf67a5819c57e6fa0cf815.zip
devel/ahven: Convert to staging
Diffstat (limited to 'devel/ahven')
-rw-r--r--devel/ahven/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/ahven/Makefile b/devel/ahven/Makefile
index f23d03c305d8..b737ce9d327f 100644
--- a/devel/ahven/Makefile
+++ b/devel/ahven/Makefile
@@ -14,12 +14,9 @@ BUILD_DEPENDS= adactl:${PORTSDIR}/lang/adacontrol
USES= ada
ALL_TARGET= build_all
-DESTINY= ${WRKDIR}/destino
-MAKE_ENV+= DESTDIR=${DESTINY}
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
@@ -30,8 +27,7 @@ ALL_TARGET+= docs
.endif
post-install:
- @${RM} -rf ${DESTINY}${PREFIX}/share/doc/ahven/html/_sources
- @${RM} ${DESTINY}${PREFIX}/share/doc/ahven/html/.buildinfo
- @${CP} -pR ${DESTINY}${PREFIX}/ ${PREFIX}/
+ @${RM} -rf ${STAGEDIR}${PREFIX}/share/doc/ahven/html/_sources
+ @${RM} ${STAGEDIR}${PREFIX}/share/doc/ahven/html/.buildinfo
.include <bsd.port.mk>