diff options
author | Koop Mast <kwm@FreeBSD.org> | 2004-11-26 00:32:53 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2004-11-26 00:32:53 +0000 |
commit | 3d83702fd4b9e612ff072a4359e2ca7daad982d7 (patch) | |
tree | ff6620670e977e0e22eebf122ab077c85aa38a2e /irc | |
parent | 9322e9e7233f0f0e5b3955dc6799ae92e2171836 (diff) | |
download | ports-3d83702fd4b9e612ff072a4359e2ca7daad982d7.tar.gz ports-3d83702fd4b9e612ff072a4359e2ca7daad982d7.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 0723103d2deb..5cc502825a41 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -8,7 +8,9 @@ PORTNAME= xchat2 PORTVERSION= 2.4.1 CATEGORIES= irc gnome ipv6 -MASTER_SITES= http://xchat.org/files/source/2.4/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://xchat.org/files/source/2.4/ +MASTER_SITE_SUBDIR= ${PORTNAME:S|2||} DISTNAME= xchat-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org |