summaryrefslogtreecommitdiff
path: root/japanese/ircII
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-11 14:15:53 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-11 14:15:53 +0000
commitedcf8b3594b5df6440713253552b675fb0234474 (patch)
treecb86ff29b6c34e6d077c56ce53ca461f9623f343 /japanese/ircII
parentFix wrong PORTNAME/PORTVERSION and use PKGNAMESUFFIX. (diff)
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
Notes
Notes: svn path=/head/; revision=27449
Diffstat (limited to 'japanese/ircII')
-rw-r--r--japanese/ircII/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/ircII/Makefile b/japanese/ircII/Makefile
index ec53f8293567..bf7dede475a8 100644
--- a/japanese/ircII/Makefile
+++ b/japanese/ircII/Makefile
@@ -1,20 +1,20 @@
# New ports collection makefile for: IrcII Client
-# Version required: 2.8.2
# Date created: 02 May 1996
# Whom: Masafumi
#
# $FreeBSD$
#
-DISTNAME= ircii-2.8.2
-PKGNAME= ja-ircii-2.8.2
+PORTNAME= ircii
+PORTVERSION= 2.8.2
CATEGORIES= japanese irc
MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/ \
ftp://ftp.kyoto.wide.ad.jp/IRC/ircII/
-DISTFILES= ircii-2.8.2.tar.gz ircii-2.8help.tar.gz
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ ${DISTNAME:R}help.tar.gz
PATCH_SITES= ftp://ftp.kyoto.wide.ad.jp/IRC/ircII/
-PATCHFILES= ircii-2.8.2-jp.patch.gz
+PATCHFILES= ${DISTNAME}-jp.patch.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= max@FreeBSD.org