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/lookup-emacs21/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'japanese/lookup-emacs21') diff --git a/japanese/lookup-emacs21/Makefile b/japanese/lookup-emacs21/Makefile index c2245fc2ef12..7a05a0dbe27b 100644 --- a/japanese/lookup-emacs21/Makefile +++ b/japanese/lookup-emacs21/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: lookup for Mule 2.3 -# Version required: 1.2 # Date created: 98/11/19 # Whom: Satoshi Taoka # # $FreeBSD$ # -DISTNAME= lookup-1.2 -PKGNAME?= ja-lookup-mule-1.2 +PORTNAME= lookup +PORTVERSION= 1.2 +PKGNAMESUFFIX?= -mule CATEGORIES= japanese elisp MASTER_SITES= http://openlab.ring.gr.jp/lookup/DIST/ @@ -37,7 +37,7 @@ do-install: ${MKDIR} ${ELISPDIR} ${PORTINFODIR}; ${INSTALL_DATA} ${WRKSRC}/lisp/*.el ${ELISPDIR} ${RM} ${ELISPDIR}/lookup-compile.el - ${SED} -e 's,@VERSION@,1.2,' -e 's,@pkgemacsdir@,${ELISPDIR},' \ + ${SED} -e 's,@VERSION@,${PORTVERSION},' -e 's,@pkgemacsdir@,${ELISPDIR},' \ ${WRKSRC}/lisp/lookup-vars.el.in > ${ELISPDIR}/lookup-vars.el ${INSTALL_DATA} ${WRKSRC}/texi/lookup.info* ${PORTINFODIR} ${INSTALL_DATA} ${WRKSRC}/texi/lookup-guide.info ${PORTINFODIR} -- cgit v1.2.3