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/tirc/Makefile | |
| parent | 5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (diff) | |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'irc/tirc/Makefile')
| -rw-r--r-- | irc/tirc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/tirc/Makefile b/irc/tirc/Makefile index 70e815843d45..d6cb6322e21f 100644 --- a/irc/tirc/Makefile +++ b/irc/tirc/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: tirc IRC-Client -# Version required: 1.2 # Date created: 14 August 1999 # Whom: Dominik Rothert <dr@domix.de> # # $FreeBSD$ # -DISTNAME= tirc-1.2 +PORTNAME= tirc +PORTVERSION= 1.2 CATEGORIES= irc MASTER_SITES= ftp://ftp.mayn.de/pub/unix/software/Network/Irc/tirc/ |
