diff options
author | hq <hq@FreeBSD.org> | 2004-11-03 05:52:10 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2004-11-03 05:52:10 +0800 |
commit | 08c1e20fbd126176186723d10b4d536f49f8e731 (patch) | |
tree | cd616ffe66a1a81400e0bafe98d1480f6434187b /www/cocoon/Makefile | |
parent | cd2e9f1cfa781d20f61f1ecebde8f58c9990fea9 (diff) | |
download | freebsd-ports-gnome-08c1e20fbd126176186723d10b4d536f49f8e731.tar.gz freebsd-ports-gnome-08c1e20fbd126176186723d10b4d536f49f8e731.tar.zst freebsd-ports-gnome-08c1e20fbd126176186723d10b4d536f49f8e731.zip |
- Fix block dependencies issue [1]
- Use MASTER_SITE_SUBDIR
PR: 73427 [1]
Submitted by: maintainer [1]
Diffstat (limited to 'www/cocoon/Makefile')
-rw-r--r-- | www/cocoon/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/cocoon/Makefile b/www/cocoon/Makefile index f05f7ae7de3d..c62e865bde66 100644 --- a/www/cocoon/Makefile +++ b/www/cocoon/Makefile @@ -7,9 +7,10 @@ PORTNAME= cocoon PORTVERSION= 2.1.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www java -MASTER_SITES= ${MASTER_SITE_APACHE:S,%SUBDIR%,${PORTNAME},} +MASTER_SITES= ${MASTER_SITE_APACHE} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PDISTNAME}-src MAINTAINER= jb.quenot@caraldi.com |