diff options
author | okazaki <okazaki@FreeBSD.org> | 2006-05-02 15:07:24 +0800 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2006-05-02 15:07:24 +0800 |
commit | e42cf21130250da92a57c420bd2b16df1ca5582b (patch) | |
tree | abd999e162b9dd0297ac2ee10a965d1c1eafef81 /sysutils | |
parent | a153b7dc9a3b9aea5a7d7e2b2354899cd347a27e (diff) | |
download | freebsd-ports-gnome-e42cf21130250da92a57c420bd2b16df1ca5582b.tar.gz freebsd-ports-gnome-e42cf21130250da92a57c420bd2b16df1ca5582b.tar.zst freebsd-ports-gnome-e42cf21130250da92a57c420bd2b16df1ca5582b.zip |
Fix the encoding of the Japanese man page.
Update the master site URL.
Bump up port revision.
PR: ports/95619
Submitted by: Tsurutani Naoki
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pdumpfs/Makefile | 4 | ||||
-rw-r--r-- | sysutils/pdumpfs/pkg-descr | 2 |
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> |