From 77e2d45720425bb1b62ecb82af36c4bda1f734d4 Mon Sep 17 00:00:00 2001 From: hubertf Date: Fri, 26 Jan 2001 18:20:27 +0000 Subject: Make sure lib/html2ps dir exists. If not, the install procedure asks, stalling bulk builds. --- print/html2ps/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'print') 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 -- cgit v1.2.3