diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-06 22:19:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-06 22:19:52 +0000 |
commit | 1e1dff629005286c45386030fb64b6b517855556 (patch) | |
tree | e05831b2a9ed0617821ca60ff820b76a362a0930 /www | |
parent | 237b260c0b2260e43ddaedbc82ce81b9c102bc08 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/diamanda/Makefile | 2 | ||||
-rw-r--r-- | www/py-apachelog/Makefile | 2 | ||||
-rw-r--r-- | www/py-html5lib/Makefile | 2 | ||||
-rw-r--r-- | www/py-httplib2/Makefile | 2 | ||||
-rw-r--r-- | www/py-postmarkup/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/www/diamanda/Makefile b/www/diamanda/Makefile index 57710cbf2016..6c2516944070 100644 --- a/www/diamanda/Makefile +++ b/www/diamanda/Makefile @@ -8,7 +8,7 @@ PORTNAME= diamanda PORTVERSION= 0.0.${SNAPSHOT:S/.//g} CATEGORIES= www python -MASTER_SITES= http://diamanda.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-${SNAPSHOT} MAINTAINER= oleg@ht-systems.ru diff --git a/www/py-apachelog/Makefile b/www/py-apachelog/Makefile index 29bb087ddfe8..0870f8e04ae5 100644 --- a/www/py-apachelog/Makefile +++ b/www/py-apachelog/Makefile @@ -8,7 +8,7 @@ PORTNAME= apachelog PORTVERSION= 1.1 CATEGORIES= www -MASTER_SITES= http://apachelog.googlecode.com/files/ \ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://freebsd.unixfreunde.de/sources/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-html5lib/Makefile b/www/py-html5lib/Makefile index 6b0b4532fb57..e179c170b12a 100644 --- a/www/py-html5lib/Makefile +++ b/www/py-html5lib/Makefile @@ -9,7 +9,7 @@ PORTNAME= html5lib PORTVERSION= 0.9 CATEGORIES= www python -MASTER_SITES= http://${PORTNAME}.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ijliao@FreeBSD.org diff --git a/www/py-httplib2/Makefile b/www/py-httplib2/Makefile index b551c976c26e..48683b8bf4d7 100644 --- a/www/py-httplib2/Makefile +++ b/www/py-httplib2/Makefile @@ -8,7 +8,7 @@ PORTNAME= httplib2 PORTVERSION= 0.4.0 CATEGORIES= www python -MASTER_SITES= http://httplib2.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org diff --git a/www/py-postmarkup/Makefile b/www/py-postmarkup/Makefile index 0d2bdb164a4a..7d260ddc6900 100644 --- a/www/py-postmarkup/Makefile +++ b/www/py-postmarkup/Makefile @@ -7,7 +7,7 @@ PORTNAME= postmarkup PORTVERSION= 1.0.4 CATEGORIES= www python -MASTER_SITES= http://postmarkup.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= quakelee@cn.freebsd.org |