diff options
author | obache <obache@pkgsrc.org> | 2007-12-30 14:25:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-30 14:25:13 +0000 |
commit | 3d5e8e50ab47d9c88a26290baa3d677492f84ce0 (patch) | |
tree | 3086bb15ec245293192913e1337cb7d161beed1c /sysutils | |
parent | 6890d926d1b304fd486e720eaef86d6055ea11d5 (diff) | |
download | pkgsrc-3d5e8e50ab47d9c88a26290baa3d677492f84ce0.tar.gz |
Some directories are required before installation.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hcidump/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/hcidump/Makefile b/sysutils/hcidump/Makefile index e784eb52479..2cef5dfb566 100644 --- a/sysutils/hcidump/Makefile +++ b/sysutils/hcidump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/08/09 12:48:46 seb Exp $ +# $NetBSD: Makefile,v 1.3 2007/12/30 14:25:13 obache Exp $ DISTNAME= hcidump-1.5.1 CATEGORIES= sysutils @@ -12,7 +12,9 @@ ONLY_FOR_PLATFORM= NetBSD-[4-9].*-* \ WRKSRC= ${WRKDIR}/hcidump +INSTALLATION_DIRS+= ${PKGMANDIR}/cat1 INSTALLATION_DIRS+= ${PKGMANDIR}/man1 INSTALLATION_DIRS+= lib +INSTALLATION_DIRS+= bin .include "../../mk/bsd.pkg.mk" |