aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysutils/pdumpfs/Makefile4
-rw-r--r--sysutils/pdumpfs/pkg-descr2
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/pdumpfs/Makefile b/sysutils/pdumpfs/Makefile
index ce01dd259c86..453516454324 100644
--- a/sysutils/pdumpfs/Makefile
+++ b/sysutils/pdumpfs/Makefile
@@ -7,8 +7,9 @@
PORTNAME= pdumpfs
PORTVERSION= 1.3
+PORTREVISION= 1
CATEGORIES= sysutils
-MASTER_SITES= http://namazu.org/~satoru/pdumpfs/
+MASTER_SITES= http://0xcc.net/pdumpfs/
MAINTAINER= ports@FreeBSD.org
COMMENT= A daily backup system similar to Plan9's dumpfs
@@ -25,6 +26,7 @@ MAN8= pdumpfs.8
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pdumpfs ${PREFIX}/sbin/
${INSTALL_MAN} ${WRKSRC}/man/man8/pdumpfs.8 ${PREFIX}/man/man8/
+ ${RUBY} -ni -r nkf -e 'puts NKF.nkf("-e",$$_)' ${WRKSRC}/man/ja/man8/pdumpfs.8
${INSTALL_MAN} ${WRKSRC}/man/ja/man8/pdumpfs.8 ${PREFIX}/man/ja/man8/
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
diff --git a/sysutils/pdumpfs/pkg-descr b/sysutils/pdumpfs/pkg-descr
index 3bd4b592a798..91ee9bf15b0a 100644
--- a/sysutils/pdumpfs/pkg-descr
+++ b/sysutils/pdumpfs/pkg-descr
@@ -14,5 +14,5 @@ updated or newly created files and stores unchanged files as hard
links to the files of the previous day's snapshot for saving a disk
space.
-WWW: http://namazu.org/~satoru/pdumpfs/index.html.en
+WWW: http://0xcc.net/pdumpfs/
Author: Satoru Takabayashi <satoru@namazu.org>