diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-14 13:21:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-14 13:21:38 +0000 |
commit | a9f22cd5841fc7f59c12a2717351ba54b6383335 (patch) | |
tree | 678eb1267f83cca661645841d57f08cb4fa522c0 /net/licq | |
parent | Downgrade the sml-nj port to the current `release' version v110.0.6. The (diff) |
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
Diffstat (limited to 'net/licq')
-rw-r--r-- | net/licq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/licq/Makefile b/net/licq/Makefile index 925e5ac215e8..dba522b5c2e9 100644 --- a/net/licq/Makefile +++ b/net/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 |