mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
This commit is contained in:
parent
8188a73e66
commit
b8442867a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364926
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user