diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-05-10 18:50:33 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-05-10 18:50:33 +0000 |
commit | 360a1a6ec1b808653e2655585581014a428fc019 (patch) | |
tree | 99b3c0746c440f55721498558036cc3e5cbcf36e /www/plone3 | |
parent | bf23ffbcb02e16e8afdfded232b5a388260db59c (diff) | |
download | ports-360a1a6ec1b808653e2655585581014a428fc019.tar.gz ports-360a1a6ec1b808653e2655585581014a428fc019.zip |
Notes
Diffstat (limited to 'www/plone3')
-rw-r--r-- | www/plone3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/plone3/Makefile b/www/plone3/Makefile index 15a582efdb5f..b95e9a6905cb 100644 --- a/www/plone3/Makefile +++ b/www/plone3/Makefile @@ -9,8 +9,8 @@ PORTNAME= plone PORTVERSION= 2.1.2 PORTREVISION= 1 CATEGORIES= www zope -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:src/g} http://plone.org/products/plonehotfix20060410/releases/1.0/:hotfix -MASTER_SITE_SUBDIR= plone:src +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/plone\/:src/g} \ + http://plone.org/products/plonehotfix20060410/releases/1.0/:hotfix DISTFILES= Plone-${PORTVERSION}.tar.gz:src ${HOTFIX}.tar.gz:hotfix DIST_SUBDIR= zope |