diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | e46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /print/hpijs/Makefile | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'print/hpijs/Makefile')
-rw-r--r-- | print/hpijs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile index ce4b722c586..e1e0a3903c8 100644 --- a/print/hpijs/Makefile +++ b/print/hpijs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/05/15 22:02:28 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/06/17 03:50:30 jlam Exp $ DISTNAME= hpijs-1.7.1 PKGREVISION= # empty @@ -17,6 +17,7 @@ CPPFLAGS+= -DAPDK_BUFFER_SEND PKGSRC_USE_TOOLS+= gzip ONLY_FOR_COMPILER= gcc +INSTALLATION_DIRS= bin do-install: ${INSTALL_DATA_DIR} ${LOCALBASE}/share/ppd |