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/gxditview/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'japanese/gxditview') diff --git a/japanese/gxditview/Makefile b/japanese/gxditview/Makefile index cd2bb44b7471..f3a9ff2ab027 100644 --- a/japanese/gxditview/Makefile +++ b/japanese/gxditview/Makefile @@ -1,20 +1,21 @@ # New ports collection makefile for: gxditview (part of ja-groff) -# Version required: 1.11.1+0.99.1.1 # Date created: 14 April 1995 # Whom: Nobuhiro Yasutomi # # $FreeBSD$ # -DISTNAME= groff-1.11.1 -PKGNAME= ja-gxditview-0.99.1.1 +PORTNAME= gxditview +PORTVERSION= 0.99.1.1 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= groff +DISTNAME= groff-1.11.1 PATCH_SITES= ${MASTER_SITE_PORTS_JP} \ http://www.tg.rim.or.jp/~inagaki/ -PATCHFILES= jgroff-0.99.1.diff.gz jgroff-0.99.1-0.99.1.1.diff.gz +PATCHFILES= jgroff-${PORTVERSION:R}.diff.gz \ + jgroff-${PORTVERSION:R}-${PORTVERSION}.diff.gz PATCH_DIST_ARGS= -d ${WRKSRC}/.. --forward --quiet -E -p1 MAINTAINER= ports@FreeBSD.org -- cgit v1.2.3