diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-01-26 18:20:27 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-01-26 18:20:27 +0000 |
commit | 77e2d45720425bb1b62ecb82af36c4bda1f734d4 (patch) | |
tree | e282c297c63e7ca5943741a9c995c0a5b23dcf4a /print/html2ps | |
parent | 0f2ae5483a80117eb6c77886b9fc648f7cd69777 (diff) | |
download | pkgsrc-77e2d45720425bb1b62ecb82af36c4bda1f734d4.tar.gz |
Make sure lib/html2ps dir exists. If not, the install procedure asks,
stalling bulk builds.
Diffstat (limited to 'print/html2ps')
-rw-r--r-- | print/html2ps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile index d3837626aed..56ac1a1ab56 100644 --- a/print/html2ps/Makefile +++ b/print/html2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/05/10 15:39:07 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/01/26 18:20:27 hubertf Exp $ # DISTNAME= html2ps-1.0b1 @@ -22,6 +22,7 @@ NO_CONFIGURE= yes NO_BUILD= yes do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/lib/html2ps @cd ${WRKSRC} && ./install ${PREFIX} @${INSTALL_DATA} ${WRKSRC}/sample ${PREFIX}/share/html2ps/sample.rc |