summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
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"