Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2012 05:21:04 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302842 - head/www/axis2
Message-ID:  <201208210521.q7L5L4ed067274@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Tue Aug 21 05:21:04 2012
New Revision: 302842
URL: http://svn.freebsd.org/changeset/ports/302842

Log:
  - fix examples installation, bump portrevision
  
  PR:	170807
  Submitted by:	Artis.Caune@gmail.com

Modified:
  head/www/axis2/Makefile   (contents, props changed)

Modified: head/www/axis2/Makefile
==============================================================================
--- head/www/axis2/Makefile	Tue Aug 21 05:18:53 2012	(r302841)
+++ head/www/axis2/Makefile	Tue Aug 21 05:21:04 2012	(r302842)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208210521.q7L5L4ed067274>