diff options
author | knu <knu@FreeBSD.org> | 2000-04-11 22:15:53 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-11 22:15:53 +0800 |
commit | eb17e2576779f2d3cec7d048b850a15abdbcbd54 (patch) | |
tree | b353963f3ab4d98c9dfa05a226f9e4b7fe663bf5 /japanese/elisa10x8 | |
parent | 9271784a158a2e9d281abacf9a42a90705450f73 (diff) | |
download | freebsd-ports-gnome-eb17e2576779f2d3cec7d048b850a15abdbcbd54.tar.gz freebsd-ports-gnome-eb17e2576779f2d3cec7d048b850a15abdbcbd54.tar.zst freebsd-ports-gnome-eb17e2576779f2d3cec7d048b850a15abdbcbd54.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/elisa10x8')
-rw-r--r-- | japanese/elisa10x8/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/elisa10x8/Makefile b/japanese/elisa10x8/Makefile index 3a23ba9eafa6..1409e1ae88a5 100644 --- a/japanese/elisa10x8/Makefile +++ b/japanese/elisa10x8/Makefile @@ -1,25 +1,25 @@ # New ports collection makefile for: elisafont -# Version required: 1.0 # Date created: 26 Sep 1997 # Whom: Dai ISHIJIMA & ELISA Font Project <ishijima@tri.pref.osaka.jp> # # $FreeBSD$ # -DISTNAME= ja-elisa8-1.0 -PKGNAME= ja-elisa10x8-1.0 +PORTNAME= elisa10x8 +PORTVERSION= 1.0 CATEGORIES= japanese x11-fonts MASTER_SITES= ftp://ftp.tut.ac.jp/X11/Fonts/ \ ftp://ftp.iij.ad.jp/pub/X/X11R6.3/%SUBDIR%/ \ ftp://ftp.eu.net/X11/R6.3/%SUBDIR%/ MASTER_SITE_SUBDIR= xc/fonts/bdf/misc -DISTFILES= elisau10.tgz clR5x8.bdf +DISTFILES= elisau10.tgz \ + clR5x8.bdf +EXTRACT_ONLY= elisau10.tgz MAINTAINER= ishijima@tri.pref.osaka.jp USE_X_PREFIX= yes NO_WRKSUBDIR= yes -EXTRACT_ONLY= elisau10.tgz FONTSDIR= lib/X11/fonts/local MAKE_ENV= DISTDIR=${DISTDIR} FONTSDIR=${FONTSDIR} |