aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-14 21:21:38 +0800
committersobomax <sobomax@FreeBSD.org>2000-06-14 21:21:38 +0800
commitefc7a6bb8ab92bb5dfff6f259733f5a8d7f4bd51 (patch)
treea7eb6f61383dd7f8f20da38a7acacada23cdef3c /net-im
parent2c7063f91d7dda359ec09e2835e7563d5eab7bc8 (diff)
downloadfreebsd-ports-gnome-efc7a6bb8ab92bb5dfff6f259733f5a8d7f4bd51.tar.gz
freebsd-ports-gnome-efc7a6bb8ab92bb5dfff6f259733f5a8d7f4bd51.tar.zst
freebsd-ports-gnome-efc7a6bb8ab92bb5dfff6f259733f5a8d7f4bd51.zip
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
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