diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-03-03 16:19:47 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-03-03 16:19:47 +0000 |
commit | 5fd64909840e7d9d0fb9b531cea3465e7aef6393 (patch) | |
tree | c1573b5e90975ed2d31f51a5f01246f0d9b7b1cf /japanese/otojiro-fpw | |
parent | 7bfb394b24e6129e0a1a46eaaa0d8189cb87c627 (diff) | |
download | ports-5fd64909840e7d9d0fb9b531cea3465e7aef6393.tar.gz ports-5fd64909840e7d9d0fb9b531cea3465e7aef6393.zip |
Notes
Diffstat (limited to 'japanese/otojiro-fpw')
-rw-r--r-- | japanese/otojiro-fpw/Makefile | 6 | ||||
-rw-r--r-- | japanese/otojiro-fpw/pkg-plist | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/japanese/otojiro-fpw/Makefile b/japanese/otojiro-fpw/Makefile index 21c436e1787d..efc8643a58e7 100644 --- a/japanese/otojiro-fpw/Makefile +++ b/japanese/otojiro-fpw/Makefile @@ -7,7 +7,7 @@ PORTNAME= otojiro-fpw PORTVERSION= 1.0.a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/eijiro/ \ http://member.nifty.ne.jp/~satomii/freepwing/archive/ @@ -70,9 +70,9 @@ do-install: ${PREFIX}/share/dict/otojiro-fpw/otojiro/gaiji ${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/otojiro-fpw .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/otojiro-fpw + ${MKDIR} ${DOCSDIR} .for i in readme.txt COPYING - ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/otojiro-fpw + ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR} .endfor .endif diff --git a/japanese/otojiro-fpw/pkg-plist b/japanese/otojiro-fpw/pkg-plist index 66b9a04eecc9..cfa534a5c559 100644 --- a/japanese/otojiro-fpw/pkg-plist +++ b/japanese/otojiro-fpw/pkg-plist @@ -5,6 +5,6 @@ share/dict/otojiro-fpw/catalogs @dirrm share/dict/otojiro-fpw/otojiro/gaiji @dirrm share/dict/otojiro-fpw/otojiro @dirrm share/dict/otojiro-fpw -share/doc/otojiro-fpw/COPYING -share/doc/otojiro-fpw/readme.txt -@dirrm share/doc/otojiro-fpw +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/readme.txt +%%PORTDOCS%%@dirrm %%DOCSDIR%% |