Date: Fri, 15 Aug 2014 03:26:48 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364926 - head/graphics/deegree-igeoportal Message-ID: <201408150326.s7F3QmeN086939@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 @@ +@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 -@dirrm %%TOMCATDIR%%/webapps
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408150326.s7F3QmeN086939>