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/sirc/Makefile | |
parent | 5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (diff) | |
download | ports-19a18df8d0c8c24b3ca9c8e63e55c3a83c16e614.tar.gz ports-19a18df8d0c8c24b3ca9c8e63e55c3a83c16e614.zip |
Notes
Diffstat (limited to 'irc/sirc/Makefile')
-rw-r--r-- | irc/sirc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/sirc/Makefile b/irc/sirc/Makefile index fbef3d985727..9d0bad4a177f 100644 --- a/irc/sirc/Makefile +++ b/irc/sirc/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: sirc -# Version required: 2.211 # Date created: 4 May 1998 # Whom: Doug Barton <Doug@gorean.org> # @@ -12,7 +11,8 @@ # # SOCKS_SERVER= your.socks.proxy -DISTNAME= sirc-2.211 +PORTNAME= sirc +PORTVERSION= 2.211 CATEGORIES= irc MASTER_SITES= http://www.iagora.com/~espel/sirc/ \ http://freebsd.simplenet.com/Downloads/ |