svn commit: r364926 - head/graphics/deegree-igeoportal
Vanilla I. Shu
vanilla at FreeBSD.org
Fri Aug 15 03:26:49 UTC 2014
Author: vanilla
Date: Fri Aug 15 03:26:48 2014
New Revision: 364926
URL: http://svnweb.freebsd.org/changeset/ports/364926
QAT: https://qat.redports.org/buildarchive/r364926/
Log:
Stagify.
Modified:
head/graphics/deegree-igeoportal/Makefile
head/graphics/deegree-igeoportal/pkg-plist
Modified: head/graphics/deegree-igeoportal/Makefile
==============================================================================
--- head/graphics/deegree-igeoportal/Makefile Fri Aug 15 03:17:35 2014 (r364925)
+++ head/graphics/deegree-igeoportal/Makefile Fri Aug 15 03:26:48 2014 (r364926)
@@ -21,16 +21,13 @@ APPHOME= ${LOCALBASE}/${TOMCATVER}
WEBAPPDIR= ${TOMCATDIR}/webapps
PORTDOCS= README.txt README_owswatch.txt deegree_igeoportal_documentation_en.pdf
DOCSDIR= ${PREFIX}/share/doc/deegree-igeoportal
-PLIST_SUB= TOMCATDIR=${TOMCATDIR:S|^${PREFIX}/||}
+PLIST_SUB= TOMCATDIR=${TOMCATDIR:S|^${PREFIX}/||} WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
SUB_FILES= pkg-message
SUB_LIST= TCPORT=${TCPORT}
OPTIONS_SINGLE= AS
OPTIONS_SINGLE_AS= TOMCAT6 TOMCAT7
OPTIONS_DEFAULT= TOMCAT6
-
-NO_STAGE= yes
-
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
@@ -54,13 +51,10 @@ post-extract:
@${TAR} xf ${WRKDIR}/igeoportal-std.war -C ${WRKDIR}/${PORTDIRNAME}
do-install:
- ${INSTALL} -d -o ${WWWOWN} -g ${WWWGRP} ${TOMCATDIR}/webapps/${PORTDIRNAME}
- @cd ${WRKDIR}/${PORTDIRNAME} && ${COPYTREE_SHARE} \* ${WEBAPPDIR}/${PORTDIRNAME}
+ ${INSTALL} -d ${STAGEDIR}${WEBAPPDIR}/${PORTDIRNAME}
+ @cd ${WRKDIR}/${PORTDIRNAME} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WEBAPPDIR}/${PORTDIRNAME}
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKDIR}/|} ${DOCSDIR}
-.endif
- @${CAT} ${PKGMESSAGE}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKDIR}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
Modified: head/graphics/deegree-igeoportal/pkg-plist
==============================================================================
--- head/graphics/deegree-igeoportal/pkg-plist Fri Aug 15 03:17:35 2014 (r364925)
+++ head/graphics/deegree-igeoportal/pkg-plist Fri Aug 15 03:26:48 2014 (r364926)
@@ -1,3 +1,4 @@
+ at exec chown %%WWWOWN%%:%%WWWGRP%% %D/%%TOMCATDIR%%/webapps/deegree-igeoportal
%%TOMCATDIR%%/webapps/deegree-igeoportal/META-INF/MANIFEST.MF
%%TOMCATDIR%%/webapps/deegree-igeoportal/README.txt
%%TOMCATDIR%%/webapps/deegree-igeoportal/WEB-INF/classes/de/latlon/BBoxInputValidationListener.class
@@ -1846,4 +1847,3 @@
@dirrm %%TOMCATDIR%%/webapps/deegree-igeoportal/WEB-INF
@dirrm %%TOMCATDIR%%/webapps/deegree-igeoportal/META-INF
@dirrm %%TOMCATDIR%%/webapps/deegree-igeoportal
- at dirrm %%TOMCATDIR%%/webapps
More information about the svn-ports-all
mailing list