Date: Mon, 20 Aug 2012 22:26:38 GMT From: Artis Caune <Artis.Caune@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/170807: [PATCH] www/axis2: fix EXAMPLES ports option Message-ID: <201208202226.q7KMQcXK028051@red.freebsd.org> Resent-Message-ID: <201208202230.q7KMUCMf044259@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 170807 >Category: ports >Synopsis: [PATCH] www/axis2: fix EXAMPLES ports option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 20 22:30:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Artis Caune >Release: stable/9 >Organization: >Environment: FreeBSD freebsd 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE r239148: Fri Aug 10 00:00:00 UTC 2012 root@freebsd:/usr/obj/usr/src/sys/GENERIC amd64 >Description: There is a typo in Makefile for EXAMPLES ports option >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2012-08-21 10:24:10.394573712 +1200 +++ Makefile 2012-08-21 10:25:02.010195139 +1200 @@ -80,7 +80,7 @@ ${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} cd ${WRKSRC}/samples && ${FIND} . -type d -exec ${MKDIR} ${EXAMPLESDIR}/{} \; cd ${WRKSRC}/samples && ${FIND} . -type f -not -name '*.class' -exec ${INSTALL_DATA} {} ${EXAMPLESDIR}/{} \; .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208202226.q7KMQcXK028051>