diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
commit | edcf8b3594b5df6440713253552b675fb0234474 (patch) | |
tree | cb86ff29b6c34e6d077c56ce53ca461f9623f343 /japanese/addttfont | |
parent | Fix 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/addttfont')
-rw-r--r-- | japanese/addttfont/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/addttfont/Makefile b/japanese/addttfont/Makefile index 5fd0d3389354..8d352b8a2e11 100644 --- a/japanese/addttfont/Makefile +++ b/japanese/addttfont/Makefile @@ -1,16 +1,15 @@ # New ports collection makefile for: addttfont -# Version required: 1.7 # Date created: 99/06/15 # Whom: Satoshi TAOKA <taoka@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= addttfont-1.7 -PKGNAME= ja-addttfont-1.7 +PORTNAME= addttfont +PORTVERSION= 1.7 CATEGORIES= japanese perl5 MASTER_SITES= http://ftp.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/tt/ -EXTRACT_SUFX= '' +EXTRACT_SUFX= # none MAINTAINER= taoka@FreeBSD.org |