aboutsummaryrefslogtreecommitdiff
path: root/www/cocoon/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-02-13 15:04:03 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-02-13 15:04:03 +0000
commit4d0923d90c9008c764a2d49ec4151f2ecb8fc8ca (patch)
treef3037ee64032f626900df0c05be9f61bdcba3991 /www/cocoon/Makefile
parentec726a8dba0bb9c293605163125b202e72477b1f (diff)
downloadports-4d0923d90c9008c764a2d49ec4151f2ecb8fc8ca.tar.gz
ports-4d0923d90c9008c764a2d49ec4151f2ecb8fc8ca.zip
Use MASTER_SITE_APACHE*.
PR: 47984 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes: svn path=/head/; revision=75463
Diffstat (limited to 'www/cocoon/Makefile')
-rw-r--r--www/cocoon/Makefile8
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