summaryrefslogtreecommitdiff
path: root/print/papersize
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-17 03:50:19 +0000
committerjlam <jlam>2005-06-17 03:50:19 +0000
commit3a9625fad1e41633ec83006da1431dabb809d188 (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /print/papersize
parent3f459c4cd39e1789cfd77fe88bc8a92bfb854eb3 (diff)
downloadpkgsrc-3a9625fad1e41633ec83006da1431dabb809d188.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'print/papersize')
-rw-r--r--print/papersize/Makefile4
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} \