diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-14 13:26:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-14 13:26:21 +0000 |
commit | 2887d4f2a8a25013bc400c2fd88fc34538ddc925 (patch) | |
tree | 6356c47ac7e07ecd221553b07076badbc97ddf40 /irc/xchat-gnome/Makefile | |
parent | 1b42b8f902edb7d6a412500512f559f49647c53b (diff) | |
download | ports-2887d4f2a8a25013bc400c2fd88fc34538ddc925.tar.gz ports-2887d4f2a8a25013bc400c2fd88fc34538ddc925.zip |
Notes
Diffstat (limited to 'irc/xchat-gnome/Makefile')
-rw-r--r-- | irc/xchat-gnome/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 6f4ab55cce31..630593b71d14 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -7,9 +7,11 @@ PORTNAME= xchat2 PORTVERSION= 2.0.6 +PORTREVISION= 1 CATEGORIES= irc gnome ipv6 -MASTER_SITES= http://xchat.org/files/source/2.0/ \ - http://xchat.linuxpower.org/files/source/2.0/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= adamw +# http://xchat.org/files/source/2.0/ DISTNAME= xchat-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org |