diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-14 21:21:38 +0800 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-14 21:21:38 +0800 |
commit | a9f22cd5841fc7f59c12a2717351ba54b6383335 (patch) | |
tree | 678eb1267f83cca661645841d57f08cb4fa522c0 /net-im | |
parent | fb24f30a20854f860977346120fa151da9d71781 (diff) | |
download | freebsd-ports-gnome-a9f22cd5841fc7f59c12a2717351ba54b6383335.tar.gz freebsd-ports-gnome-a9f22cd5841fc7f59c12a2717351ba54b6383335.tar.zst freebsd-ports-gnome-a9f22cd5841fc7f59c12a2717351ba54b6383335.zip |
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/Makefile | 5 | ||||
-rw-r--r-- | net-im/icqlib/Makefile | 3 | ||||
-rw-r--r-- | net-im/licq/Makefile | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 69797c96f711..c6dc0082cef6 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -8,8 +8,9 @@ PORTNAME= gaim PORTVERSION= 0.9.19 CATEGORIES= net -MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \ - http://download.sourceforge.net/gaim/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://ftp.marko.net/pub/gaim/ +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jim@FreeBSD.org diff --git a/net-im/icqlib/Makefile b/net-im/icqlib/Makefile index 41ace90baf34..7541eed59b2d 100644 --- a/net-im/icqlib/Makefile +++ b/net-im/icqlib/Makefile @@ -8,7 +8,8 @@ PORTNAME= icqlib PORTVERSION= 0.1.3 CATEGORIES= net -MASTER_SITES= http://download.sourceforge.net/icqlib/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= paxvel@iname.com diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index 925e5ac215e8..dba522b5c2e9 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -8,11 +8,12 @@ PORTNAME= licq PORTVERSION= 0.81 CATEGORIES= net -MASTER_SITES= http://download.sourceforge.net/licq/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.wibble.net/pub/licq/srcs/ \ ftp://licq.darkorb.net/srcs/ \ ftp://ftp.fanfic.org/pub/licq/srcs/ \ ftp://ftp.inter-i.uni-mainz.de/pub/licq/srcs/ +MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} MAINTAINER= green@FreeBSD.org |