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/eblook/Makefile | |
parent | 7b4b0c4f33915abb1f15e37f30ce951ba7aa94e6 (diff) | |
download | freebsd-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. :)
Diffstat (limited to 'japanese/eblook/Makefile')
-rw-r--r-- | japanese/eblook/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/eblook/Makefile b/japanese/eblook/Makefile index af3ee5950465..18dc20cfb846 100644 --- a/japanese/eblook/Makefile +++ b/japanese/eblook/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: eblook -# Version required: 1.3 # Date created: 20 August 1999 # Whom: Shigeyuki Fukushima <shige@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= eblook-1.3 -PKGNAME= ja-eblook-1.3 +PORTNAME= eblook +PORTVERSION= 1.3 CATEGORIES= japanese textproc MASTER_SITES= http://openlab.ring.gr.jp/lookup/DIST/eblook/ |