diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-08 14:56:07 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-08 14:56:07 +0000 |
commit | 6690813a572aa79a3da2fa6fb0bf3c8f51d62438 (patch) | |
tree | bf17860de3e1d456aa1c2e29bc7424bba95152a6 | |
parent | a284c36081b3cfc972b1ace1fc9761a857c867bd (diff) | |
download | freebsd-ports-6690813a572aa79a3da2fa6fb0bf3c8f51d62438.zip |
Stagify.
-rw-r--r-- | math/jts/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/jts/Makefile b/math/jts/Makefile index 0387ce90add4..d898f4dc0b5a 100644 --- a/math/jts/Makefile +++ b/math/jts/Makefile @@ -21,8 +21,6 @@ NO_WRKSUBDIR= yes VER= ${PORTVERSION:tl} JARFILES= JTS_Test acme jts-${VER} -NO_STAGE= yes - OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> @@ -30,11 +28,11 @@ OPTIONS_DEFINE= DOCS do-install: .for jar in ${JARFILES} ${INSTALL_DATA} ${WRKSRC}/lib/${jar}.jar \ - ${JAVAJARDIR}/${jar:S|-${VER}||}.jar + ${STAGEDIR}${JAVAJARDIR}/${jar:S|-${VER}||}.jar .endfor .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - @cd ${WRKDIR}/doc && ${COPYTREE_SHARE} . ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + @cd ${WRKDIR}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif |