diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-04-08 20:38:27 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-04-08 20:38:27 +0800 |
commit | db1aca1034503d2c32bc2b7a78b666a5e8bad787 (patch) | |
tree | 2c563a05c461b0cf94f5d5b922858ae06d3672cc /japanese/tkhonyaku | |
parent | d017c7c16b629efcffa67c27b3d936fd0e3a85f6 (diff) | |
download | freebsd-ports-graphics-db1aca1034503d2c32bc2b7a78b666a5e8bad787.tar.gz freebsd-ports-graphics-db1aca1034503d2c32bc2b7a78b666a5e8bad787.tar.zst freebsd-ports-graphics-db1aca1034503d2c32bc2b7a78b666a5e8bad787.zip |
Use PORTDOCS and DOCSDIR and ifx plist with -DNOPORTDOCS.
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMail
Diffstat (limited to 'japanese/tkhonyaku')
-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 6a5f27065ff..faf4b25e544 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 19660a8e50c..b469924cd14 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 |