From 81edaaa606a86e87c2885489ad72ee9908969aba Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 16 Jun 2005 06:57:37 +0000 Subject: Create directories before installing files into them. --- graphics/ploticus/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphics/ploticus') diff --git a/graphics/ploticus/Makefile b/graphics/ploticus/Makefile index 9f00a822c37..ff55e098c62 100644 --- a/graphics/ploticus/Makefile +++ b/graphics/ploticus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/06/01 18:02:57 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2005/06/16 06:57:58 jlam Exp $ DISTNAME= pl231src PKGNAME= ploticus-2.31pl4 @@ -22,6 +22,8 @@ PREFABDST= ${PREFIX}/share/ploticus MAKE_ENV+= XLIBS="-L${X11BASE}/lib -lX11" MAKE_ENV+= XINCLUDEDIR="-I${X11BASE}/include" +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pl ${PREFIX}/bin/pl ${INSTALL_DATA_DIR} ${PREFABDST} -- cgit v1.2.3