diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-12 06:28:35 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-12 06:28:35 +0000 |
commit | b124ccb2e6f5749a5c3cea36aeb45e36e2bcd7c3 (patch) | |
tree | 5619267783e6ae14fe42b074350348f350fe4d14 /irc/xchat | |
parent | 279d0c568395b4252ea7d025ef414367c67379c0 (diff) | |
download | FreeBSD-ports-b124ccb2e6f5749a5c3cea36aeb45e36e2bcd7c3.zip FreeBSD-ports-b124ccb2e6f5749a5c3cea36aeb45e36e2bcd7c3.tar.gz |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'irc/xchat')
-rw-r--r-- | irc/xchat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 25ad9c1..7b0a204 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 1.4.2 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= xchat-1.4.2 +PORTNAME= xchat +PORTVERSION= 1.4.2 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/source/1.4/ \ http://xchat.linuxpower.org/files/source/1.4/ |