summaryrefslogtreecommitdiff
path: root/print/yatex/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-11-11 14:33:02 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-11-11 14:33:02 +0000
commit9ad2e50ef4ded3ea352df0583eb72f13bab76171 (patch)
tree5f78c3f841233c49803c31b0220be2e5c34e035c /print/yatex/Makefile
parentUpgrade to mikmod 3.0.3 (diff)
Install directory is changed.
PR: ports/8224 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Notes
Notes: svn path=/head/; revision=14472
Diffstat (limited to 'print/yatex/Makefile')
-rw-r--r--print/yatex/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/print/yatex/Makefile b/print/yatex/Makefile
index 1ed8241a731a..0f840eb05cfd 100644
--- a/print/yatex/Makefile
+++ b/print/yatex/Makefile
@@ -1,9 +1,9 @@
# New ports collection makefile for: YaTeX
# Version required: 1.65.6
-# Date created: 18 Feb. 1998
+# Date created: Oct 9 1998
# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
#
-# $Id: Makefile,v 1.1.1.1 1998/08/14 00:16:07 kuriyama Exp $
+# $Id: Makefile,v 1.2 1998/10/21 07:09:58 asami Exp $
#
DISTNAME= yatex9805062331
@@ -37,7 +37,8 @@ ADDSITESTART= (setq load-path (append (list \\n\
\\t\\"${ELISPDIR}/yatex\\"\\n\
\\t) load-path))\\n
.if defined(MULE)
-EMACSDIR= ${PREFIX}/lib/mule
+EMACSDIR= ${PREFIX}/share/mule
+SITESTARTDIR= ${EMACSDIR}/19.34/site-lisp
.endif
.if defined(XEMACS-MULE)
EMACS= xemacs
@@ -45,6 +46,7 @@ EMACSDIR= ${PREFIX}/lib/xemacs
#
INFODIR= ${EMACSDIR}/info
ADDSITESTART=
+SITESTARTDIR=
.endif
.if defined(MULE) || defined(XEMACS-MULE)
NEW= yatex.new
@@ -96,6 +98,7 @@ do-build:
-e 's,%INFONODES%,${INFONODES},g' \
-e 's,%INFONODEEXPS%,${INFONODEEXPS},g' \
-e 's,%DIRSECTION%,${DIRSECTION},g' \
+ -e 's,%SITESTARTDIR%,${SITESTARTDIR},g' \
-e 's,%ADDSITESTART%,${ADDSITESTART},g' \
< ${FILESDIR}/$${file}.tmpl > ${FILESDIR}/$${file}; \
done