diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-06 06:07:46 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-06 06:07:46 +0800 |
commit | ce2f8accdffd530056a24ed7cdac649466c5aa49 (patch) | |
tree | 212b24a051a171d4dbe7ea49614d9d8a98e8166e /www | |
parent | 8e51ad60d5c55fc064f7cb10d200694f316af381 (diff) | |
download | freebsd-ports-gnome-ce2f8accdffd530056a24ed7cdac649466c5aa49.tar.gz freebsd-ports-gnome-ce2f8accdffd530056a24ed7cdac649466c5aa49.tar.zst freebsd-ports-gnome-ce2f8accdffd530056a24ed7cdac649466c5aa49.zip |
Adjust PLIST_SUB to not bug check-plist
Diffstat (limited to 'www')
-rw-r--r-- | www/cocoon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cocoon/Makefile b/www/cocoon/Makefile index 57c48794db30..bfcd0e380ec6 100644 --- a/www/cocoon/Makefile +++ b/www/cocoon/Makefile @@ -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 |