diff options
author | hubertf <hubertf> | 2001-01-26 18:20:27 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-01-26 18:20:27 +0000 |
commit | 0b17437f7a2d8174d86f30ffe27b485bb33a1019 (patch) | |
tree | e282c297c63e7ca5943741a9c995c0a5b23dcf4a /print/html2ps/Makefile | |
parent | fa84cd089db35518cda5a1838fb0aca87953e05c (diff) | |
download | pkgsrc-0b17437f7a2d8174d86f30ffe27b485bb33a1019.tar.gz |
Make sure lib/html2ps dir exists. If not, the install procedure asks,
stalling bulk builds.
Diffstat (limited to 'print/html2ps/Makefile')
-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 |