diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-08 12:38:27 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-08 12:38:27 +0000 |
commit | c54771ee35e2ccb9e573e00fa64751731507e00e (patch) | |
tree | d529053bed48bfae2cd54b6db957d27eabe1f79d /japanese | |
parent | e4f65a9d292df32f49d2182b18eb99aed58851fd (diff) | |
download | ports-c54771ee35e2ccb9e573e00fa64751731507e00e.tar.gz ports-c54771ee35e2ccb9e573e00fa64751731507e00e.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/tkhonyaku/Makefile | 4 | ||||
-rw-r--r-- | japanese/tkhonyaku/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/japanese/tkhonyaku/Makefile b/japanese/tkhonyaku/Makefile index 6a5f27065ff5..faf4b25e5445 100644 --- a/japanese/tkhonyaku/Makefile +++ b/japanese/tkhonyaku/Makefile @@ -32,8 +32,8 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/colors.gif ${PREFIX}/share/tkhonyaku/ ${INSTALL_SCRIPT} ${WRKSRC}/tkhonyaku ${PREFIX}/bin/ .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/tkhonyaku - ${INSTALL_DATA} ${WRKSRC}/tkhonyaku-readme ${PREFIX}/share/doc/tkhonyaku/ + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/tkhonyaku-readme ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/japanese/tkhonyaku/pkg-plist b/japanese/tkhonyaku/pkg-plist index 19660a8e50c5..b469924cd14e 100644 --- a/japanese/tkhonyaku/pkg-plist +++ b/japanese/tkhonyaku/pkg-plist @@ -1,7 +1,7 @@ -share/doc/tkhonyaku/tkhonyaku-readme +%%PORTDOCS%%%%DOCSDIR%%/tkhonyaku-readme share/tkhonyaku/tkhonyaku.gif share/tkhonyaku/tkhonyaku.xpm share/tkhonyaku/colors.gif bin/tkhonyaku -@dirrm share/doc/tkhonyaku +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm share/tkhonyaku |