summaryrefslogtreecommitdiff
path: root/japanese/mhonarc
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/mhonarc
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/mhonarc')
-rw-r--r--japanese/mhonarc/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/japanese/mhonarc/Makefile b/japanese/mhonarc/Makefile
index 9f997122e07c..1afe1f60437e 100644
--- a/japanese/mhonarc/Makefile
+++ b/japanese/mhonarc/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: MHonArc
-# Version required: 2.3.3
# Date created: 17 March 1999
# Whom: Seiichirou Hiraoka
#
# $FreeBSD$
#
-DISTNAME= MHonArc2.3.3
-PKGNAME= ja-mhonarc-2.3.3
+PORTNAME= mhonarc
+PORTVERSION= 2.3.3
CATEGORIES= japanese www
MASTER_SITES= http://www.oac.uci.edu/indiv/ehood/tar/ \
ftp://hhobel.phl.univie.ac.at/MHonArc/ \
@@ -16,11 +15,13 @@ MASTER_SITES= http://www.oac.uci.edu/indiv/ehood/tar/ \
http://www.perl.com/CPAN/authors/id/EHOOD/ \
http://www.shiratori.riec.tohoku.ac.jp/~p-katoh/Hack/Docs/mhonarc-jp/ \
http://people.FreeBSD.org/~flathill/distfiles/
-DISTFILES= MHonArc2.3.3.tar.gz iso2022.pl
+DISTNAME= MHonArc${PORTVERSION}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ iso2022.pl
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= flathill@FreeBSD.org
-EXTRACT_ONLY= MHonArc2.3.3.tar.gz
Y2K= http://www.oac.uci.edu/indiv/ehood/MHonArc/doc/faq/general.html#y2k
USE_PERL5= Yes