summaryrefslogtreecommitdiff
path: root/irc/scrollz
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/scrollz
parentConvert to the PORTNAME - PORTVERSION syntax. (diff)
Convert to the PORTNAME - PORTVERSION syntax.
Notes
Notes: svn path=/head/; revision=27459
Diffstat (limited to 'irc/scrollz')
-rw-r--r--irc/scrollz/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/scrollz/Makefile b/irc/scrollz/Makefile
index fc6dc417e225..096e30b90c2d 100644
--- a/irc/scrollz/Makefile
+++ b/irc/scrollz/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: ScrollZ
-# Version required: 1.8i6
# Date created: 10 Aug 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
-DISTNAME= scrollz-18i6-fbsd-3.4
-PKGNAME= scrollz-1.8i6
+PORTNAME= scrollz
+PORTVERSION= 1.8i6
CATEGORIES= irc
MASTER_SITES= ftp://ns0.hole.org/pub/ScrollZ/Bins/
+DISTNAME= ${PORTNAME}-${PORTVERSION}-fbsd-3.4
EXTRACT_SUFX= .bz2
MAINTAINER= will@FreeBSD.org