From dbf45927a9ba7df38fe431881e0db6d759544475 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Mon, 12 Sep 2016 09:01:29 +0000 Subject: - Add LICENSE - Switch to options helpers - Cosmetic fixes --- graphics/deegree-wms/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'graphics') diff --git a/graphics/deegree-wms/Makefile b/graphics/deegree-wms/Makefile index 66698ed78fee..5a9f77f9361a 100644 --- a/graphics/deegree-wms/Makefile +++ b/graphics/deegree-wms/Makefile @@ -34,14 +34,14 @@ OPTIONS_DEFINE= DOCS .if ${PORT_OPTIONS:MTOMCAT6} TOMCATVER= apache-tomcat-6.0 -TCPORT= 8180 +TCPORT= 8180 BUILD_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat6 RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat6 .endif .if ${PORT_OPTIONS:MTOMCAT7} TOMCATVER= apache-tomcat-7.0 -TCPORT= 8080 +TCPORT= 8080 BUILD_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat7 RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:www/tomcat7 .endif @@ -51,9 +51,11 @@ post-extract: @${TAR} xf ${WRKDIR}/deegree-wms.war -C ${WRKDIR}/${PORTDIRNAME} do-install: - ${INSTALL} -d ${STAGEDIR}${WEBAPPDIR}/${PORTDIRNAME} + @${MKDIR} ${STAGEDIR}${WEBAPPDIR}/${PORTDIRNAME} @cd ${WRKDIR}/${PORTDIRNAME} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WEBAPPDIR}/${PORTDIRNAME} - ${MKDIR} ${STAGEDIR}${DOCSDIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKDIR}/|} ${STAGEDIR}${DOCSDIR} .include -- cgit