diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-01-20 12:44:00 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-01-20 12:44:00 +0000 |
commit | d943abf7ae72a0d1f133f4ed44cdae7d39befc17 (patch) | |
tree | 265858bd95173bccd97a03cbca84e8cf5f5fe322 | |
parent | Add zope-cmfforum 1.0, a forum for ZOPE CMF with file attachments. (diff) |
Plone is a Zope product - add it to zope category.
Use MASTER_SITE_SOURCEFORGE instead of specific mirror
Notes
Notes:
svn path=/head/; revision=73654
-rw-r--r-- | www/plone/Makefile | 5 | ||||
-rw-r--r-- | www/plone3/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www/plone/Makefile b/www/plone/Makefile index 354b1f8c736f..d940c1d4e65c 100644 --- a/www/plone/Makefile +++ b/www/plone/Makefile @@ -7,8 +7,9 @@ PORTNAME= plone PORTVERSION= 1.0.r1 -CATEGORIES= www -MASTER_SITES= http://unc.dl.sourceforge.net/sourceforge/plone/ +CATEGORIES= www zope +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= plone DISTNAME= CMFPlone1.0RC1 DIST_SUBDIR= zope diff --git a/www/plone3/Makefile b/www/plone3/Makefile index 354b1f8c736f..d940c1d4e65c 100644 --- a/www/plone3/Makefile +++ b/www/plone3/Makefile @@ -7,8 +7,9 @@ PORTNAME= plone PORTVERSION= 1.0.r1 -CATEGORIES= www -MASTER_SITES= http://unc.dl.sourceforge.net/sourceforge/plone/ +CATEGORIES= www zope +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= plone DISTNAME= CMFPlone1.0RC1 DIST_SUBDIR= zope |