diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-29 08:53:26 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-29 08:53:26 +0000 |
commit | 05820f0dea9a078a4a0ad955680c776447734ab3 (patch) | |
tree | 14a5efc40dadf28fe11cf5527363f9a79d27037f /print/yatex/Makefile | |
parent | 4a68cce97ca12df753d47b371446e76ea62b0706 (diff) | |
download | FreeBSD-ports-05820f0dea9a078a4a0ad955680c776447734ab3.zip FreeBSD-ports-05820f0dea9a078a4a0ad955680c776447734ab3.tar.gz |
Cannot make by an error of INSTALL
Noticed by: asami
Diffstat (limited to 'print/yatex/Makefile')
-rw-r--r-- | print/yatex/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/yatex/Makefile b/print/yatex/Makefile index a921799..41f1dab 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 |