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/papersize | |
parent | 412af280c005dfc946b85f88a9e754232c586fc7 (diff) | |
download | pkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'print/papersize')
-rw-r--r-- | print/papersize/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/papersize/Makefile b/print/papersize/Makefile index 0177d2ca486..ab577a0d663 100644 --- a/print/papersize/Makefile +++ b/print/papersize/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/04/11 21:47:08 tv Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/17 03:50:30 jlam Exp $ # DISTNAME= papersize-1.0.8 @@ -16,6 +16,8 @@ NO_CHECKSUM= yes NO_CONFIGURE= yes USE_PKGINSTALL= yes +INSTALLATION_DIRS= bin man/man1 + do-build: @for f in setpapersize getpapersize; do \ ${SED} ${FILES_SUBST_SED} \ |