summaryrefslogtreecommitdiff
path: root/irc/muh
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-04-12 06:28:35 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-04-12 06:28:35 +0000
commit19a18df8d0c8c24b3ca9c8e63e55c3a83c16e614 (patch)
treef709c540360b05902eaa4381230ac22bc93de501 /irc/muh
parentConvert to the PORTNAME - PORTVERSION syntax. (diff)
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes: svn path=/head/; revision=27459
Diffstat (limited to 'irc/muh')
-rw-r--r--irc/muh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/muh/Makefile b/irc/muh/Makefile
index cba83fc5f079..17c8b2e72c6f 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