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/epwutil | |
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/epwutil')
-rw-r--r-- | japanese/epwutil/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/epwutil/Makefile b/japanese/epwutil/Makefile index a8b209477b3f..7e34c70741ce 100644 --- a/japanese/epwutil/Makefile +++ b/japanese/epwutil/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: epwutil -# Version required: 1.0 # Date created: 22 January 1999 # Whom: Kazutoki TAKAMUNE <takamune@avrl.mei.co.jp> # # $FreeBSD$ # -DISTNAME= epwutil-1.0 -PKGNAME= ja-epwutil-1.0 +PORTNAME= epwutil +PORTVERSION= 1.0 CATEGORIES= japanese MASTER_SITES= ftp://ftp.nerimadors.or.jp/pub/epwutil/ |