diff options
author | knu <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
commit | eb17e2576779f2d3cec7d048b850a15abdbcbd54 (patch) | |
tree | b353963f3ab4d98c9dfa05a226f9e4b7fe663bf5 /japanese/eterm | |
parent | 9271784a158a2e9d281abacf9a42a90705450f73 (diff) | |
download | FreeBSD-ports-eb17e2576779f2d3cec7d048b850a15abdbcbd54.zip FreeBSD-ports-eb17e2576779f2d3cec7d048b850a15abdbcbd54.tar.gz |
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/eterm')
-rw-r--r-- | japanese/eterm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/eterm/Makefile b/japanese/eterm/Makefile index 51b0d73..72c4daf 100644 --- a/japanese/eterm/Makefile +++ b/japanese/eterm/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: eterm -# Version required: 0.9 # Date created: 11th December 1998 # Whom: MANTANI Nobutaka <nobutaka@nobutaka.com> # # $FreeBSD$ # -DISTNAME= Eterm-0.9 -PKGNAME= ja-eterm-0.9 +PORTNAME= eterm +PORTVERSION= 0.9 CATEGORIES= japanese x11 MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/Eterm/ \ ftp://ftp.dti.ad.jp/pub/X/enlightenment/Eterm/ \ ftp://ftp.kddlabs.co.jp/.10/X11/window_manager/enlightenment/Eterm/ \ ftp://ftp.sogang.ac.kr/.c/tools/X11/Enlightenment/Eterm/ +DISTNAME= Eterm-${PORTVERSION} MAINTAINER= nobutaka@nobutaka.com |