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 | 237b260c0b2260e43ddaedbc82ce81b9c102bc08 (diff) | |
download | ports-1e1dff629005286c45386030fb64b6b517855556.tar.gz ports-1e1dff629005286c45386030fb64b6b517855556.zip |
Notes
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} |