diff options
author | flathill <flathill@FreeBSD.org> | 1998-11-18 09:29:47 +0000 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-11-18 09:29:47 +0000 |
commit | 20a75baa0f14e8cca85f3ed03b5c60153e6b48ef (patch) | |
tree | 3c5ea940e72bed16842998eeea534c99435fd04d /games/fkiss | |
parent | e0599be1a199379c5949f3621e5dcae3ac415118 (diff) | |
download | FreeBSD-ports-20a75baa0f14e8cca85f3ed03b5c60153e6b48ef.zip FreeBSD-ports-20a75baa0f14e8cca85f3ed03b5c60153e6b48ef.tar.gz |
Install japanese document in /usr/XR6/share/doc/ja/fkiss
Diffstat (limited to 'games/fkiss')
-rw-r--r-- | games/fkiss/Makefile | 6 | ||||
-rw-r--r-- | games/fkiss/pkg-plist | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index 3b385a3..7fbc5b2 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Oct 1998 # Whom: Seiichirou Hiraoka # -# $Id: Makefile,v 1.1.1.1 1998/11/16 15:37:32 vanilla Exp $ +# $Id: Makefile,v 1.2 1998/11/17 04:15:49 asami Exp $ # DISTNAME= fkiss028 @@ -24,5 +24,9 @@ INSTALL_TARGET= install install.man post-install: ${MKDIR} ${PREFIX}/share/examples/fkiss ${INSTALL_DATA} ${WRKSRC}/frkismi4.lzh ${PREFIX}/share/examples/fkiss +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/ja/fkiss + ${INSTALL_MAN} ${WRKSRC}/fkiss.doc ${PREFIX}/share/doc/ja/fkiss +.endif .include <bsd.port.mk> diff --git a/games/fkiss/pkg-plist b/games/fkiss/pkg-plist index 0af353b..96622ef 100644 --- a/games/fkiss/pkg-plist +++ b/games/fkiss/pkg-plist @@ -1,3 +1,5 @@ bin/fkiss share/examples/fkiss/frkismi4.lzh +share/doc/ja/fkiss/fkiss.doc @dirrm share/examples/fkiss +@dirrm share/doc/ja/fkiss |