diff options
Diffstat (limited to 'www/cocoon')
-rw-r--r-- | www/cocoon/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/cocoon/Makefile b/www/cocoon/Makefile index 9ab5c09927e4..5e02e84562c2 100644 --- a/www/cocoon/Makefile +++ b/www/cocoon/Makefile @@ -9,10 +9,10 @@ PORTNAME= cocoon PORTVERSION= 1.8.2 PORTREVISION= 3 CATEGORIES= textproc www java -MASTER_SITES= http://xml.apache.org/cocoon/dist/cocoon1/ \ - http://www.metaverse.nl/~ernst/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= znerd +MASTER_SITES= ${MASTER_SITE_APACHE_XML} \ + http://www.metaverse.nl/~ernst/ +MASTER_SITE_SUBDIR= cocoon/cocoon1 + DISTNAME= Cocoon-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |