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 /irc | |
parent | - Provide two additional build OPTIONS: (diff) |
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} |