diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
commit | edcf8b3594b5df6440713253552b675fb0234474 (patch) | |
tree | cb86ff29b6c34e6d077c56ce53ca461f9623f343 /japanese/lookup-emacs21 | |
parent | 7b4b0c4f33915abb1f15e37f30ce951ba7aa94e6 (diff) | |
download | ports-edcf8b3594b5df6440713253552b675fb0234474.tar.gz ports-edcf8b3594b5df6440713253552b675fb0234474.zip |
Notes
Diffstat (limited to 'japanese/lookup-emacs21')
-rw-r--r-- | japanese/lookup-emacs21/Makefile | 8 |
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} |