diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | 62d306b057537feb1ef4749c60334699ef7f07d1 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /print/auctex | |
parent | cbac1b2142ffeda168356e0a85c33829123f805b (diff) | |
download | pkgsrc-62d306b057537feb1ef4749c60334699ef7f07d1.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'print/auctex')
-rw-r--r-- | print/auctex/Makefile | 4 |
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' \ |