aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pdumpfs/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2004-07-13 18:00:46 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2004-07-13 18:00:46 +0000
commit6ecb02782e2e8e612140459c856fbfc31a5f5385 (patch)
tree04dc1a25575b69c9b14bde71877d8b62010c07c3 /sysutils/pdumpfs/Makefile
parentb4a1e658d24eb01c6e9b71372909336fe8113369 (diff)
Notes
Diffstat (limited to 'sysutils/pdumpfs/Makefile')
-rw-r--r--sysutils/pdumpfs/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/sysutils/pdumpfs/Makefile b/sysutils/pdumpfs/Makefile
index 74a57087f435..dbcf8385d3b7 100644
--- a/sysutils/pdumpfs/Makefile
+++ b/sysutils/pdumpfs/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pdumpfs
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= http://namazu.org/~satoru/pdumpfs/
@@ -17,8 +17,7 @@ USE_RUBY= yes
RUBY_SHEBANG_FILES= ${WRKSRC}/pdumpfs.in
ALL_TARGET= pdumpfs
-DOCS_EN= ChangeLog README pdumpfs.html
-DOCS_JA= pdumpfs-ja.html
+DOCS= ChangeLog README doc/*
MANLANG= "" ja
MAN8= pdumpfs.8
@@ -28,12 +27,9 @@ do-install:
${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}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME}/
-.endfor
-.for f in ${DOCS_JA}
- ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME}/ja/
+ ${MKDIR} ${DOCSDIR}
+.for f in ${DOCS}
+ ${CP} -R ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif