diff options
author | obache <obache@pkgsrc.org> | 2007-06-09 01:19:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-06-09 01:19:20 +0000 |
commit | bf82f9ce7bd7f4c63a231ea8bcd50693394c6aa7 (patch) | |
tree | 4990d9f90badb05dfa30caaba8ac7a5c1c08a428 | |
parent | 323d7f44f5ee1f35bec202ff10a3ca0190c5a0ae (diff) | |
download | pkgsrc-bf82f9ce7bd7f4c63a231ea8bcd50693394c6aa7.tar.gz |
List complete directories required by this package.
-rw-r--r-- | sysutils/pdumpfs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/pdumpfs/Makefile b/sysutils/pdumpfs/Makefile index 1784ec7bdb4..d7ca015bad0 100644 --- a/sysutils/pdumpfs/Makefile +++ b/sysutils/pdumpfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/04/05 12:21:26 obache Exp $ +# $NetBSD: Makefile,v 1.6 2007/06/09 01:19:20 obache Exp $ # DISTNAME= pdumpfs-${VER} @@ -15,7 +15,8 @@ BUILD_TARGET= pdumpfs REPLACE_RUBY= pdumpfs.in -INSTALLATION_DIRS= share/doc/pdumpfs +INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 ${PKGMANDIR}/ja_JP.EUC/man8 \ + share/doc/pdumpfs do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pdumpfs ${PREFIX}/bin |