diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
commit | 81edaaa606a86e87c2885489ad72ee9908969aba (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /graphics/ploticus | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'graphics/ploticus')
-rw-r--r-- | graphics/ploticus/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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} |