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/bnc | |
parent | 5cd5b258b59f63241fff7b2d0cdeda22c2138b33 (diff) | |
download | ports-19a18df8d0c8c24b3ca9c8e63e55c3a83c16e614.tar.gz ports-19a18df8d0c8c24b3ca9c8e63e55c3a83c16e614.zip |
Notes
Diffstat (limited to 'irc/bnc')
-rw-r--r-- | irc/bnc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/bnc/Makefile b/irc/bnc/Makefile index b02748a2e0cb..e3baacf69252 100644 --- a/irc/bnc/Makefile +++ b/irc/bnc/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: bnc -# Version required: 2.4.3 # Date created: 06 July 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # # $FreeBSD$ # -DISTNAME= bnc2.6.2 -PKGNAME= bnc-2.6.2 +PORTNAME= bnc +PORTVESION= 2.6.2 CATEGORIES= irc MASTER_SITES= http://www.psn.net/~andrews/dist/ +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= billf@FreeBSD.org |