diff options
author | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2003-05-09 05:34:34 +0000 |
---|---|---|
committer | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2003-05-09 05:34:34 +0000 |
commit | f11ff447807983b8ea0f001bcca8b19d30e1dff8 (patch) | |
tree | ed9954cd1a448499ba9c17cba5ec43a65fc6a43b /japanese/lyx-doc | |
parent | b6cb5a7118eca47991d1b07095ed53892e8759ac (diff) | |
download | ports-f11ff447807983b8ea0f001bcca8b19d30e1dff8.tar.gz ports-f11ff447807983b8ea0f001bcca8b19d30e1dff8.zip |
Change MAINTAINER and correct pkg-plist.
Notes
Notes:
svn path=/head/; revision=80509
Diffstat (limited to 'japanese/lyx-doc')
-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 b2ae6622d7a6..bf326dc2007b 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 7152c562722f..e97c393b512a 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 0bebc5d72c80..4d0dd812c886 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 |