summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-01-26 18:20:27 +0000
committerhubertf <hubertf>2001-01-26 18:20:27 +0000
commit0b17437f7a2d8174d86f30ffe27b485bb33a1019 (patch)
treee282c297c63e7ca5943741a9c995c0a5b23dcf4a
parentfa84cd089db35518cda5a1838fb0aca87953e05c (diff)
downloadpkgsrc-0b17437f7a2d8174d86f30ffe27b485bb33a1019.tar.gz
Make sure lib/html2ps dir exists. If not, the install procedure asks,
stalling bulk builds.
-rw-r--r--print/html2ps/Makefile3
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