diff options
author | vs <vs@FreeBSD.org> | 2004-07-22 04:01:31 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-22 04:01:31 +0800 |
commit | ce0a18d8a487e37eae6030ef6d3b6ccc108a79fe (patch) | |
tree | edb8f7620fd491bde85030b4b498de66fa55a149 /www/cocoon/Makefile | |
parent | 57898ef2db34c492ceb8114e059fc209023ac4d7 (diff) | |
download | freebsd-ports-gnome-ce0a18d8a487e37eae6030ef6d3b6ccc108a79fe.tar.gz freebsd-ports-gnome-ce0a18d8a487e37eae6030ef6d3b6ccc108a79fe.tar.zst freebsd-ports-gnome-ce0a18d8a487e37eae6030ef6d3b6ccc108a79fe.zip |
Update to 2.1.5.1
PR: ports/69358
Submitted by: Jean-Baptiste Quenot (maintainer)
Diffstat (limited to 'www/cocoon/Makefile')
-rw-r--r-- | www/cocoon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cocoon/Makefile b/www/cocoon/Makefile index dde8e9406f72..b4bfc5bc1683 100644 --- a/www/cocoon/Makefile +++ b/www/cocoon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cocoon -PORTVERSION= 2.1.5 +PORTVERSION= 2.1.5.1 CATEGORIES= textproc www java MASTER_SITES= ${MASTER_SITE_APACHE:S,%SUBDIR%,${PORTNAME},} DISTNAME= ${PDISTNAME}-src @@ -32,7 +32,7 @@ PKGDEINSTALL= ${WRKDIR}/pkg-deinstall COCOON_LIB= ${JAVASHAREDIR}/${APP_NAME} PLIST_SUB+= "COCOON_LIB=${COCOON_LIB}" -COPYDIRS= tools/jetty tools/loader legal +COPYDIRS= *.txt tools/jetty tools/loader legal PORT?= 8888 PID_FILE?= /var/run/${APP_NAME}.pid |