summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-14 13:21:38 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-14 13:21:38 +0000
commita9f22cd5841fc7f59c12a2717351ba54b6383335 (patch)
tree678eb1267f83cca661645841d57f08cb4fa522c0 /net-im
parentDowngrade the sml-nj port to the current `release' version v110.0.6. The (diff)
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
Notes
Notes: svn path=/head/; revision=29595
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim/Makefile5
-rw-r--r--net-im/icqlib/Makefile3
-rw-r--r--net-im/licq/Makefile3
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