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/mtools | |
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/mtools')
-rw-r--r-- | japanese/mtools/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/japanese/mtools/Makefile b/japanese/mtools/Makefile index f7027a2e3703..4a361ecc6a04 100644 --- a/japanese/mtools/Makefile +++ b/japanese/mtools/Makefile @@ -1,22 +1,21 @@ # New ports collection makefile for: mtools + support 1232KB , Unicode LFN -# Version required: 3.6 # Date created: 6 October 1997 # Whom: WATANABE junya <junya-w@remus.dti.ne.jp> # # $FreeBSD$ # -DISTNAME= mtools-3.6 -PKGNAME= ja-mtools-3.6 +PORTNAME= mtools +PORTVERSION= 3.6 CATEGORIES= japanese emulators MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ -DISTFILES= mtools-3.6.tar.gz mtools-3.6.PC98.patch.gz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + ${DISTNAME}.PC98.patch.gz +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= junya-w@remus.dti.ne.jp -EXTRACT_ONLY= mtools-3.6.tar.gz - GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-xdf CONFIGURE_TARGET= # empty |