diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-05-11 02:50:33 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-05-11 02:50:33 +0800 |
commit | bc306d52db48c2776de94885462bf5ad99f4febf (patch) | |
tree | 5375b8ace7286cb8ce4a1682717898be1aa4727a /www | |
parent | 6938b103d9bda13046af4d0ea7033f997d95ba5e (diff) | |
download | freebsd-ports-gnome-bc306d52db48c2776de94885462bf5ad99f4febf.tar.gz freebsd-ports-gnome-bc306d52db48c2776de94885462bf5ad99f4febf.tar.zst freebsd-ports-gnome-bc306d52db48c2776de94885462bf5ad99f4febf.zip |
- Fix unfetchable distfile.
PR: ports/97048
Submitted by: Filippo Natali <filippo.natali@gmail.com> (maintainer)
Approved by: mnag (mentor)
Diffstat (limited to 'www')
-rw-r--r-- | www/plone/Makefile | 4 | ||||
-rw-r--r-- | www/plone3/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/plone/Makefile b/www/plone/Makefile index 15a582efdb5f..b95e9a6905cb 100644 --- a/www/plone/Makefile +++ b/www/plone/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 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 |