aboutsummaryrefslogtreecommitdiff
path: root/graphics/deegree-csw
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-12-22 21:45:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-12-22 21:45:07 +0000
commitf6d288e1c48511b55a674149ac22882062513d1a (patch)
tree2c52ef45dab3f6d9b18e9338717ed23f489e38fc /graphics/deegree-csw
parent231140a92c05d525ed91093a986c8cfdf0cd361a (diff)
downloadports-f6d288e1c48511b55a674149ac22882062513d1a.tar.gz
ports-f6d288e1c48511b55a674149ac22882062513d1a.zip
Use PKGBASE rather than PORTDIRNAME
Notes
Notes: svn path=/head/; revision=429186
Diffstat (limited to 'graphics/deegree-csw')
-rw-r--r--graphics/deegree-csw/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/deegree-csw/Makefile b/graphics/deegree-csw/Makefile
index 1697c21ddb54..340f22adc5a1 100644
--- a/graphics/deegree-csw/Makefile
+++ b/graphics/deegree-csw/Makefile
@@ -51,12 +51,12 @@ RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat7
.endif
post-extract:
- @${MKDIR} ${WRKDIR}/${PORTDIRNAME}
- @${TAR} xf ${WRKDIR}/deegree-csw.war -C ${WRKDIR}/${PORTDIRNAME}
+ @${MKDIR} ${WRKDIR}/${PKGBASE}
+ @${TAR} xf ${WRKDIR}/deegree-csw.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}