From edcf8b3594b5df6440713253552b675fb0234474 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 11 Apr 2000 14:15:53 +0000 Subject: 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. :) --- japanese/jvim/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'japanese/jvim') diff --git a/japanese/jvim/Makefile b/japanese/jvim/Makefile index 4d421589fb08..2339d2b91987 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 # # $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. -- cgit v1.2.3