diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:28:35 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-12 06:28:35 +0000 |
commit | 19a18df8d0c8c24b3ca9c8e63e55c3a83c16e614 (patch) | |
tree | f709c540360b05902eaa4381230ac22bc93de501 /irc/bitchx | |
parent | Convert to the PORTNAME - PORTVERSION syntax. (diff) |
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes:
svn path=/head/; revision=27459
Diffstat (limited to 'irc/bitchx')
-rw-r--r-- | irc/bitchx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 52ee23f2d50d..4a9645bffd4d 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: BitchX ircII client -# Version required: 1.0c16 # Date created: 26 Jan 1998 # Whom: griffin # # $FreeBSD$ # -DISTNAME= BitchX-1.0c16 +PORTNAME= BitchX +PORTVERSION= 1.0c16 CATEGORIES= irc MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \ ftp://ukug.uk.freebsd.org/pub/lord_cj/ |