aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pdumpfs/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-02-15 11:18:54 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-02-15 11:18:54 +0000
commita7ef39af39dc8dfafe2a58a632cc5ef819676028 (patch)
tree9096f293afdbdfbaa59e68d6c2764ee99cbacc16 /sysutils/pdumpfs/Makefile
parentbb6d250cce41062e4ded7296a2f87c066eb4480d (diff)
downloadports-a7ef39af39dc8dfafe2a58a632cc5ef819676028.tar.gz
ports-a7ef39af39dc8dfafe2a58a632cc5ef819676028.zip
Update to 0.5.
Notes
Notes: svn path=/head/; revision=54744
Diffstat (limited to 'sysutils/pdumpfs/Makefile')
-rw-r--r--sysutils/pdumpfs/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/pdumpfs/Makefile b/sysutils/pdumpfs/Makefile
index 7ebe620307db..d38a0f406d7c 100644
--- a/sysutils/pdumpfs/Makefile
+++ b/sysutils/pdumpfs/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pdumpfs
-PORTVERSION= 0.3
+PORTVERSION= 0.5
CATEGORIES= sysutils
MASTER_SITES= http://namazu.org/~satoru/pdumpfs/
@@ -20,8 +20,13 @@ RUBY_SHEBANG_FILES= ${WRKSRC}/pdumpfs
DOCS_EN= ChangeLog pdumpfs-en.html
DOCS_JA= pdumpfs-ja.html
+MANLANG= "" ja
+MAN8= pdumpfs.8
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pdumpfs ${PREFIX}/sbin/
+ ${INSTALL_MAN} ${WRKSRC}/man/man8/pdumpfs.8 ${PREFIX}/man/man8/
+ ${INSTALL_MAN} ${WRKSRC}/man/ja/man8/pdumpfs.8 ${PREFIX}/man/ja/man8/
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}/ja
.for f in ${DOCS_EN}