diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/kdewebdev/Makefile | 4 | ||||
-rw-r--r-- | www/kdewebdev4/Makefile | 4 | ||||
-rw-r--r-- | www/quanta/Makefile | 4 | ||||
-rw-r--r-- | www/screem-devel/Makefile | 3 | ||||
-rw-r--r-- | www/screem/Makefile | 3 | ||||
-rw-r--r-- | www/tinyproxy/Makefile | 3 |
6 files changed, 12 insertions, 9 deletions
diff --git a/www/kdewebdev/Makefile b/www/kdewebdev/Makefile index 2bceaaf34539..917143972e77 100644 --- a/www/kdewebdev/Makefile +++ b/www/kdewebdev/Makefile @@ -8,8 +8,8 @@ PORTNAME= quanta PORTVERSION= 1.0.2 CATEGORIES= www kde -MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/quanta/ \ - http://download.sourceforge.net/quanta/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= will@FreeBSD.org diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile index 2bceaaf34539..917143972e77 100644 --- a/www/kdewebdev4/Makefile +++ b/www/kdewebdev4/Makefile @@ -8,8 +8,8 @@ PORTNAME= quanta PORTVERSION= 1.0.2 CATEGORIES= www kde -MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/quanta/ \ - http://download.sourceforge.net/quanta/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= will@FreeBSD.org diff --git a/www/quanta/Makefile b/www/quanta/Makefile index 2bceaaf34539..917143972e77 100644 --- a/www/quanta/Makefile +++ b/www/quanta/Makefile @@ -8,8 +8,8 @@ PORTNAME= quanta PORTVERSION= 1.0.2 CATEGORIES= www kde -MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/quanta/ \ - http://download.sourceforge.net/quanta/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= will@FreeBSD.org diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile index 123a05567c9b..81d679999317 100644 --- a/www/screem-devel/Makefile +++ b/www/screem-devel/Makefile @@ -8,8 +8,9 @@ PORTNAME= screem PORTVERSION= 0.2.1 CATEGORIES= www -MASTER_SITES= ftp://download.sourceforge.net/pub/sourceforge/screem/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.screem.org/src/ +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= will@FreeBSD.org diff --git a/www/screem/Makefile b/www/screem/Makefile index 123a05567c9b..81d679999317 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -8,8 +8,9 @@ PORTNAME= screem PORTVERSION= 0.2.1 CATEGORIES= www -MASTER_SITES= ftp://download.sourceforge.net/pub/sourceforge/screem/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.screem.org/src/ +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= will@FreeBSD.org diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile index dfb23e256bb8..8b33bb1e7282 100644 --- a/www/tinyproxy/Makefile +++ b/www/tinyproxy/Makefile @@ -8,7 +8,8 @@ PORTNAME= tinyproxy PORTVERSION= 1.3.3 CATEGORIES= www -MASTER_SITES= http://download.sourceforge.net/tinyproxy/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mitsuru@riken.go.jp |