diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-05 04:26:31 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-05 04:26:31 +0000 |
commit | c5c0a200d17592ad57b80bcca8d60ae00df2fe14 (patch) | |
tree | 7bcf74ad1ba710aa40a1c384bca8bd13ce5e3198 /japanese/diclookup-emacs20/Makefile | |
parent | 31680b0b024c8983d3e07f907387967e06ec7036 (diff) | |
download | freebsd-ports-c5c0a200d17592ad57b80bcca8d60ae00df2fe14.zip |
change the installed path from /usr/local/lib/mule/site-lisp to
/usr/local/share/mule/site-lisp
PR: ports/10276
Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
Diffstat (limited to 'japanese/diclookup-emacs20/Makefile')
-rw-r--r-- | japanese/diclookup-emacs20/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/diclookup-emacs20/Makefile b/japanese/diclookup-emacs20/Makefile index c1bf2e92fe80..ca294cc22488 100644 --- a/japanese/diclookup-emacs20/Makefile +++ b/japanese/diclookup-emacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Jan 1998 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.4 1998/10/20 12:41:01 asami Exp $ +# $Id: Makefile,v 1.5 1998/11/15 12:21:55 kuriyama Exp $ # DISTNAME= diclookup-mule-2.3.3 @@ -16,8 +16,6 @@ PATCHFILES= diclookup-mule-2.3.3-wave-patch.gz MAINTAINER= mita@jp.FreeBSD.org -BROKEN= tries to install in /usr/local/lib/mule/site-lisp - RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/non-cjk/fonts.dir:${PORTSDIR}/x11-fonts/etlfonts BUILD_DEPENDS= mule:${PORTSDIR}/japanese/mule-wnn4 |