aboutsummaryrefslogtreecommitdiff
path: root/japanese/lookup-emacs21
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-11 14:15:53 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-11 14:15:53 +0000
commitedcf8b3594b5df6440713253552b675fb0234474 (patch)
treecb86ff29b6c34e6d077c56ce53ca461f9623f343 /japanese/lookup-emacs21
parent7b4b0c4f33915abb1f15e37f30ce951ba7aa94e6 (diff)
downloadports-edcf8b3594b5df6440713253552b675fb0234474.tar.gz
ports-edcf8b3594b5df6440713253552b675fb0234474.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. :)
Notes
Notes: svn path=/head/; revision=27449
Diffstat (limited to 'japanese/lookup-emacs21')
-rw-r--r--japanese/lookup-emacs21/Makefile8
1 files changed, 4 insertions, 4 deletions
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 <taoka@FreeBSD.org>
#
# $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}