summaryrefslogtreecommitdiff
path: root/misc/colorize
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
committerjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
commite46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /misc/colorize
parent412af280c005dfc946b85f88a9e754232c586fc7 (diff)
downloadpkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'misc/colorize')
-rw-r--r--misc/colorize/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/colorize/Makefile b/misc/colorize/Makefile
index 27e41e8fe0a..d793028c738 100644
--- a/misc/colorize/Makefile
+++ b/misc/colorize/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/05/15 22:02:27 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:21 jlam Exp $
#
DISTNAME= colorize_0.3.0
@@ -16,6 +16,7 @@ NO_BUILD= yes
USE_PERL5= yes
PKGSRC_USE_TOOLS+= gunzip
+INSTALLATION_DIRS= bin man/man1
post-patch:
${SED} -e "s,/usr/bin/perl,${LOCALBASE}/bin/perl," \