aboutsummaryrefslogtreecommitdiff
path: root/japanese/namazu
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/namazu
parent7b4b0c4f33915abb1f15e37f30ce951ba7aa94e6 (diff)
downloadports-edcf8b3594b5df6440713253552b675fb0234474.tar.gz
ports-edcf8b3594b5df6440713253552b675fb0234474.zip
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/namazu')
-rw-r--r--japanese/namazu/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/namazu/Makefile b/japanese/namazu/Makefile
index 4c47720402d7..23c18694c5c5 100644
--- a/japanese/namazu/Makefile
+++ b/japanese/namazu/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: namazu
-# Version required: 1.3.0.11
# Date created: 17 March 1998
# Whom: Seiichirou Hiraoka
#
# $FreeBSD$
#
-DISTNAME= namazu-1.3.0.11
-PKGNAME= ja-namazu-1.3.0.11
+PORTNAME= namazu
+PORTVERSION= 1.3.0.11
CATEGORIES= japanese textproc
MASTER_SITES= http://www.namazu.org/stable/ \
http://people.FreeBSD.org/~flathill/distfiles/
@@ -22,6 +21,6 @@ RUN_DEPENDS= kakasi:${PORTSDIR}/japanese/kakasi \
USE_PERL5= yes
GNU_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/namazu-1.3.0.11/src
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
.include <bsd.port.mk>