summaryrefslogtreecommitdiff
path: root/print/yatex/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-09-29 08:53:26 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-09-29 08:53:26 +0000
commit0a9b4bfd52c6ca714147ff9da76ebd9197ab8bd2 (patch)
treec25126065d565661361f2ae380522432173eeda2 /print/yatex/Makefile
parentCreate MANIFEST.lookup correctly (diff)
Cannot make by an error of INSTALL
Noticed by: asami
Notes
Notes: svn path=/head/; revision=22065
Diffstat (limited to 'print/yatex/Makefile')
-rw-r--r--print/yatex/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/print/yatex/Makefile b/print/yatex/Makefile
index a921799649e2..41f1dab14dbc 100644
--- a/print/yatex/Makefile
+++ b/print/yatex/Makefile
@@ -40,10 +40,12 @@ INFODIR= ${EMACSDIR}/info
PLIST= ${PKGDIR}/PLIST.xemacs-mule
MANIFEST= MANIFEST.yatex
.elif defined(MULE)
+EMACS= mule
EMACSDIR= ${PREFIX}/share/mule
INFODIR= ${PREFIX}/info
PLIST= ${PKGDIR}/PLIST.mule
.else
+EMACS= emacs
EMACSDIR= ${PREFIX}/share/emacs
INFODIR= ${PREFIX}/info
PLIST= ${PKGDIR}/PLIST.emacs