summaryrefslogtreecommitdiff
path: root/print/auctex
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
committerjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
commite46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /print/auctex
parent412af280c005dfc946b85f88a9e754232c586fc7 (diff)
downloadpkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'print/auctex')
-rw-r--r--print/auctex/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/auctex/Makefile b/print/auctex/Makefile
index 6f55a517554..1f9f4cb5bf7 100644
--- a/print/auctex/Makefile
+++ b/print/auctex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/05/22 20:08:27 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2005/06/17 03:50:30 jlam Exp $
DISTNAME= auctex-11.13
PKGREVISION= 1
@@ -34,6 +34,8 @@ MESSAGE_SUBST+= LISPDIR=${LISPDIR}
EGDIR= ${PREFIX}/share/examples/auctex
CONF_FILES= ${EGDIR}/tex-site.el ${EMACS_LISPPREFIX}/auctex/tex-site.el
+INSTALLATION_DIRS= ${INFODIR}
+
post-patch:
${MV} ${WRKSRC}/tex-site.el ${WRKSRC}/tex-site.el.orig
${SED} -e 's:@LISPDIR@:'${LISPDIR}':g' \