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 | e46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /textproc/psgml-mode | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'textproc/psgml-mode')
-rw-r--r-- | textproc/psgml-mode/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/psgml-mode/Makefile b/textproc/psgml-mode/Makefile index f7fe4516ea8..4ec349565f5 100644 --- a/textproc/psgml-mode/Makefile +++ b/textproc/psgml-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/05 05:59:56 hrs Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:37 jlam Exp $ DISTNAME= psgml-1.3.2 PKGNAME= ${DISTNAME:S/-/-mode-/} @@ -21,6 +21,8 @@ SRCS= psgml-api.el psgml-charent.el psgml-debug.el psgml-dtd.el \ psgml-sysdep.el psgml.el INFO_FILES= psgml-api.info psgml.info +INSTALLATION_DIRS+= info + do-install: ${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/psgml-mode cd ${WRKSRC} && ${INSTALL_DATA} *.el *.elc \ |