diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-08-12 21:48:56 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-08-12 21:48:56 +0000 |
commit | 009685ec5a8fa0feab6441584f7606e838b71942 (patch) | |
tree | e126b589a59e04e8d3900cae1234eba903dac64a /japanese/nethack34/Makefile | |
parent | a86b5a481148c4077fc09869f2c94ee446b7e163 (diff) |
Notes
Diffstat (limited to 'japanese/nethack34/Makefile')
-rw-r--r-- | japanese/nethack34/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/japanese/nethack34/Makefile b/japanese/nethack34/Makefile index 3c178c0915d8..df69f32576b1 100644 --- a/japanese/nethack34/Makefile +++ b/japanese/nethack34/Makefile @@ -26,13 +26,16 @@ PATCH_DIST_STRIP= -p1 USE_BISON= yes +HACKNAME?= jnethack +HACKDOCSDIR?= share/doc/ja/nethack + post-install: jnethack-post-install jnethack-post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/ja/nethack + ${MKDIR} ${PREFIX}/${HACKDOCSDIR} .for i in README.j ChangeLog.j INSTALL.j - ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/ja/nethack + ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/${HACKDOCSDIR} .endfor .endif |