diff options
author | edwin <edwin@FreeBSD.org> | 2008-03-07 06:19:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-03-07 06:19:52 +0800 |
commit | 4bc79fa079905423d48b9ab3f10473c13af0e5e7 (patch) | |
tree | dcb84b442280ab9c2c25870f49033d1466bd4306 /irc | |
parent | 72e3377c0f44fa9d78c6d380e9129bca739e4409 (diff) | |
download | freebsd-ports-gnome-4bc79fa079905423d48b9ab3f10473c13af0e5e7.tar.gz freebsd-ports-gnome-4bc79fa079905423d48b9ab3f10473c13af0e5e7.tar.zst freebsd-ports-gnome-4bc79fa079905423d48b9ab3f10473c13af0e5e7.zip |
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/py-gozerbot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/py-gozerbot/Makefile b/irc/py-gozerbot/Makefile index 862b46dd085a..0720aaf27fba 100644 --- a/irc/py-gozerbot/Makefile +++ b/irc/py-gozerbot/Makefile @@ -9,7 +9,8 @@ PORTNAME= gozerbot PORTVERSION= 0.7.1.1 PORTREVISION= 1 CATEGORIES= irc python -MASTER_SITES= http://gozerbot.org/media/tarball/ http://gozerbot.googlecode.com/files/ +MASTER_SITES= http://gozerbot.org/media/tarball/ \ + ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= gozerbot-${PORTVERSION} |