diff options
author | kiri <kiri@FreeBSD.org> | 2003-05-09 05:34:34 +0000 |
---|---|---|
committer | kiri <kiri@FreeBSD.org> | 2003-05-09 05:34:34 +0000 |
commit | 421e3ea233b770c008f8101a26d41148344ffb09 (patch) | |
tree | b50337d983e4722a54b8a8101f9d6028e25a5b09 /japanese | |
parent | 60c11511c130b6d5741661c75e71495da031ac06 (diff) | |
download | FreeBSD-ports-421e3ea233b770c008f8101a26d41148344ffb09.zip FreeBSD-ports-421e3ea233b770c008f8101a26d41148344ffb09.tar.gz |
Change MAINTAINER and correct pkg-plist.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/lyx-doc/Makefile | 2 | ||||
-rw-r--r-- | japanese/lyx-doc/pkg-descr | 2 | ||||
-rw-r--r-- | japanese/lyx-doc/pkg-plist | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/japanese/lyx-doc/Makefile b/japanese/lyx-doc/Makefile index b2ae662..bf326dc 100644 --- a/japanese/lyx-doc/Makefile +++ b/japanese/lyx-doc/Makefile @@ -11,7 +11,7 @@ CATEGORIES= japanese print MASTER_SITES= http://www.hiei.kit.ac.jp/~hitomi/lyx/ DISTNAME= ja_LyX_Doc.${PORTVERSION} -MAINTAINER= kiri@pis.toba-cmt.ac.jp +MAINTAINER= kiri@FreeBSD.org COMMENT= Japanese Lyx documents translated from original ones NO_BUILD= yes diff --git a/japanese/lyx-doc/pkg-descr b/japanese/lyx-doc/pkg-descr index 7152c56..e97c393 100644 --- a/japanese/lyx-doc/pkg-descr +++ b/japanese/lyx-doc/pkg-descr @@ -8,4 +8,4 @@ Mr. HITOMI Kohtarou<kohtaro@hira.hiei.kit.ac.jp>. I've great thanks to him. -KIRIYAMA Kazuhiko -kiri@pis.toba-cmt.ac.jp +kiri@FreeBSD.org diff --git a/japanese/lyx-doc/pkg-plist b/japanese/lyx-doc/pkg-plist index 0bebc5d..4d0dd81 100644 --- a/japanese/lyx-doc/pkg-plist +++ b/japanese/lyx-doc/pkg-plist @@ -6,5 +6,5 @@ share/lyx/doc/ja_Tutorial.lyx share/lyx/doc/ja_UserGuide.lyx share/lyx/doc/mobius.eps share/lyx/doc/platypus.eps -@dirrm share/lyx/doc -@dirrm share/lyx +@unexec rmdir %D/share/lyx/doc 2>/dev/null || true +@unexec rmdir %D/share/lyx 2>/dev/null || true |