diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-12 14:28:35 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-12 14:28:35 +0800 |
commit | b124ccb2e6f5749a5c3cea36aeb45e36e2bcd7c3 (patch) | |
tree | 5619267783e6ae14fe42b074350348f350fe4d14 /irc/bnc/Makefile | |
parent | 279d0c568395b4252ea7d025ef414367c67379c0 (diff) | |
download | freebsd-ports-gnome-b124ccb2e6f5749a5c3cea36aeb45e36e2bcd7c3.tar.gz freebsd-ports-gnome-b124ccb2e6f5749a5c3cea36aeb45e36e2bcd7c3.tar.zst freebsd-ports-gnome-b124ccb2e6f5749a5c3cea36aeb45e36e2bcd7c3.zip |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'irc/bnc/Makefile')
-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 |