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 /net-im/naim | |
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 'net-im/naim')
-rw-r--r-- | net-im/naim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/naim/Makefile b/net-im/naim/Makefile index dba7e2974145..123490da9f31 100644 --- a/net-im/naim/Makefile +++ b/net-im/naim/Makefile @@ -8,7 +8,7 @@ PORTNAME= naim PORTVERSION= 0.11.8.3.1 CATEGORIES= net-im irc -MASTER_SITES= http://naim.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= j@scre.ws COMMENT= Console ncurses-based AIM, ICQ, IRC, and Lily client |