svn commit: r356716 - head/www/cocoon

Antoine Brodin antoine at FreeBSD.org
Thu Jun 5 22:07:47 UTC 2014


Author: antoine
Date: Thu Jun  5 22:07:46 2014
New Revision: 356716
URL: http://svnweb.freebsd.org/changeset/ports/356716
QAT: https://qat.redports.org/buildarchive/r356716/

Log:
  Adjust PLIST_SUB to not bug check-plist

Modified:
  head/www/cocoon/Makefile

Modified: head/www/cocoon/Makefile
==============================================================================
--- head/www/cocoon/Makefile	Thu Jun  5 21:55:01 2014	(r356715)
+++ head/www/cocoon/Makefile	Thu Jun  5 22:07:46 2014	(r356716)
@@ -25,7 +25,7 @@ PDISTNAME=		${PORTNAME}-${PORTVERSION}
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
 COCOON_LIB=	${JAVASHAREDIR}/${APP_NAME}
-PLIST_SUB+=	"COCOON_LIB=${COCOON_LIB}"
+PLIST_SUB+=	COCOON_LIB="${COCOON_LIB}"
 
 COPYDIRS=	*.txt tools/jetty tools/loader legal webapp
 


More information about the svn-ports-head mailing list