diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-22 21:45:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-22 21:45:07 +0000 |
commit | f6d288e1c48511b55a674149ac22882062513d1a (patch) | |
tree | 2c52ef45dab3f6d9b18e9338717ed23f489e38fc /graphics/deegree-igeoportal | |
parent | 231140a92c05d525ed91093a986c8cfdf0cd361a (diff) |
Notes
Diffstat (limited to 'graphics/deegree-igeoportal')
-rw-r--r-- | graphics/deegree-igeoportal/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/deegree-igeoportal/Makefile b/graphics/deegree-igeoportal/Makefile index d7be531c931a..b8c90c3fdede 100644 --- a/graphics/deegree-igeoportal/Makefile +++ b/graphics/deegree-igeoportal/Makefile @@ -49,12 +49,12 @@ RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat7 .endif post-extract: - @${MKDIR} ${WRKDIR}/${PORTDIRNAME} - @${TAR} xf ${WRKDIR}/igeoportal-std.war -C ${WRKDIR}/${PORTDIRNAME} + @${MKDIR} ${WRKDIR}/${PKGBASE} + @${TAR} xf ${WRKDIR}/igeoportal-std.war -C ${WRKDIR}/${PKGBASE} do-install: - @${MKDIR} ${STAGEDIR}${WEBAPPDIR}/${PORTDIRNAME} - @cd ${WRKDIR}/${PORTDIRNAME} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WEBAPPDIR}/${PORTDIRNAME} + @${MKDIR} ${STAGEDIR}${WEBAPPDIR}/${PKGBASE} + @cd ${WRKDIR}/${PKGBASE} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WEBAPPDIR}/${PKGBASE} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} |