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/jvim | |
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/jvim')
-rw-r--r-- | japanese/jvim/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/jvim/Makefile b/japanese/jvim/Makefile index 4d42158..2339d2b 100644 --- a/japanese/jvim/Makefile +++ b/japanese/jvim/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: jvim -# Version required: jvim2.0r+onew2.2.10 # Date created: 5 Sep 1997 # Whom: Satoshi TAOKA <taoka@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= jvim2.0r+onew2.2.10 -PKGNAME?= ja-jvim-2.0r +PORTNAME= jvim +PORTVERSION= 2.0r CATEGORIES= japanese editors MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Japan/onew/ \ ftp://ftp.leo.chubu.ac.jp/pub/editor/jvim/ +DISTNAME= ${PORTNAME}${PORTVERSION}+onew2.2.10 MAINTAINER= taoka@FreeBSD.org @@ -19,7 +19,7 @@ FILESDIR= ${.CURDIR}/../jvim/files PLIST= ${.CURDIR}/../jvim/pkg/PLIST MANLANG= ja MAN1= jcat.1 jfold.1 jgrep.1 jvim.1 -WRKSRC= ${WRKDIR}/jvim2.0r +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} # Specifying a velue INPUT_METHOD, and seting values BUILD_DEPENDS, # LIB_DEPENDS, etc. |