summaryrefslogtreecommitdiff
path: root/sysutils/cpmtools
diff options
context:
space:
mode:
authorobache <obache>2007-12-30 12:37:28 +0000
committerobache <obache>2007-12-30 12:37:28 +0000
commit51daa778dc8895d816adaf362cfb1c2f2a08e40d (patch)
tree0bdb7830a276f48b2e591fac5573d56beea67e65 /sysutils/cpmtools
parentb3bbe01c8bd84145a51906a526d7a627a427234f (diff)
downloadpkgsrc-51daa778dc8895d816adaf362cfb1c2f2a08e40d.tar.gz
Need more pre-created directories before start installation.
Diffstat (limited to 'sysutils/cpmtools')
-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"