diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-12 06:28:35 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-12 06:28:35 +0000 |
commit | b124ccb2e6f5749a5c3cea36aeb45e36e2bcd7c3 (patch) | |
tree | 5619267783e6ae14fe42b074350348f350fe4d14 /irc/muh | |
parent | 279d0c568395b4252ea7d025ef414367c67379c0 (diff) | |
download | FreeBSD-ports-b124ccb2e6f5749a5c3cea36aeb45e36e2bcd7c3.zip FreeBSD-ports-b124ccb2e6f5749a5c3cea36aeb45e36e2bcd7c3.tar.gz |
Convert to the PORTNAME - PORTVERSION syntax.
Diffstat (limited to 'irc/muh')
-rw-r--r-- | irc/muh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/muh/Makefile b/irc/muh/Makefile index cba83fc..17c8b2e 100644 --- a/irc/muh/Makefile +++ b/irc/muh/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: muh -# Version required: 2.05 # Date created: 25 Sept 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # # $FreeBSD$ # -DISTNAME= muh2.05a -PKGNAME= muh-2.05a +PORTNAME= muh +PORTVERSION= 2.05a CATEGORIES= irc MASTER_SITES= http://mind.riot.org/muh/download/ +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= billf@FreeBSD.org |