aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>