summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-12-30 12:37:28 +0000
committerobache <obache@pkgsrc.org>2007-12-30 12:37:28 +0000
commit3e213a938d503cd02b9831fd238da79d59026b34 (patch)
tree0bdb7830a276f48b2e591fac5573d56beea67e65 /sysutils
parent0a711f4f244554828aa5e38e60508ee20e083723 (diff)
downloadpkgsrc-3e213a938d503cd02b9831fd238da79d59026b34.tar.gz
Need more pre-created directories before start installation.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cpmtools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cpmtools/Makefile b/sysutils/cpmtools/Makefile
index ad68eaa642d..d7b07428d75 100644
--- a/sysutils/cpmtools/Makefile
+++ b/sysutils/cpmtools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/30 12:04:16 obache Exp $
+# $NetBSD: Makefile,v 1.2 2007/12/30 12:37:28 obache Exp $
#
DISTNAME= cpmtools-2.5
@@ -13,7 +13,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/cpmtools
-INSTALLATION_DIRS+= share/cpmtools
+INSTALLATION_DIRS+= bin share/cpmtools ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"