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/html2wml | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'textproc/html2wml')
-rw-r--r-- | textproc/html2wml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/html2wml/Makefile b/textproc/html2wml/Makefile index 95ff37c0b91..ec8db3afcbe 100644 --- a/textproc/html2wml/Makefile +++ b/textproc/html2wml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:47:35 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:36 jlam Exp $ DISTNAME= html2wml-0.4.8r2 PKGNAME= html2wml-0.4.8.2 @@ -19,6 +19,8 @@ NO_BUILD= # defined REPLACE_PERL= ${WRKSRC}/html2wml.cgi +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/html2wml.cgi ${PREFIX}/bin/html2wml ${INSTALL_MAN} ${WRKSRC}/doc/html2wml.man ${PREFIX}/man/man1/html2wml.1 |