aboutsummaryrefslogtreecommitdiff
path: root/www/axis2
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-08-21 05:21:04 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-08-21 05:21:04 +0000
commit9d28fd1eb79d0e9fbb0bee9b43503d7c05b5c5a2 (patch)
tree1abdefd7a5f46761462d0657e47641a0975e0d53 /www/axis2
parente61440ee89f6ffa0ab96a8f1016d0ce18dcd068e (diff)
downloadports-9d28fd1eb79d0e9fbb0bee9b43503d7c05b5c5a2.tar.gz
ports-9d28fd1eb79d0e9fbb0bee9b43503d7c05b5c5a2.zip
Notes
Diffstat (limited to 'www/axis2')
-rw-r--r--www/axis2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/axis2/Makefile b/www/axis2/Makefile
index 58e496fcb816..bacedb7487fa 100644
--- a/www/axis2/Makefile
+++ b/www/axis2/Makefile
@@ -6,6 +6,7 @@
PORTNAME= axis2
PORTVERSION= 1.6.2
+PORTREVISION= 1
CATEGORIES= www java
MASTER_SITES= APACHE
MASTER_SITE_SUBDIR= axis/${PORTNAME}/java/core/${PORTVERSION}/
@@ -80,7 +81,8 @@ do-install:
${ECHO_MSG} " Preserving local configuration file: ${APPHOME}/webapps/${PORTNAME}/WEB-INF/web.xml"; \
fi;
${INSTALL_DATA} ${WRKSRC}/webapp/WEB-INF/web.xml.${CONF_EXT} ${APPHOME}/webapps/${PORTNAME}/WEB-INF
-.if $(PORT_OPTIONS:MEXAMPLES}
+.if ${PORT_OPTIONS:MEXAMPLES}
+ ${MKDIR} ${EXAMPLESDIR}
cd ${WRKSRC}/samples && ${FIND} . -type d -exec ${MKDIR} ${EXAMPLESDIR}/{} \;
cd ${WRKSRC}/samples && ${FIND} . -type f -not -name '*.class' -exec ${INSTALL_DATA} {} ${EXAMPLESDIR}/{} \;
.endif