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/kvirc-devel | |
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/kvirc-devel')
-rw-r--r-- | irc/kvirc-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile index 4c3e29c8d8f3..ac02bf800633 100644 --- a/irc/kvirc-devel/Makefile +++ b/irc/kvirc-devel/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: kvirc -# Version required: 1.0.0 # Date created: Mon Feb 15 02:53:29 CET 1999 # Whom: Anders Nordby <anders@fix.no> # # $FreeBSD$ # -DISTNAME= kvirc-1.0.0 +PORTNAME= kvirc +PORTVERSION= 1.0.0 CATEGORIES= irc MASTER_SITES= ftp://ftp.kvirc.bz.nu/pub/mirror/kvirc/ \ http://www.kvirc.org/ |