summaryrefslogtreecommitdiff
path: root/games/xhime/Makefile
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-03-07 16:58:29 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-03-07 16:58:29 +0000
commitde90cbd2f7f08f955fb08940d49018d3f189555a (patch)
treee71266dc6d417e61ded53c557994e35fe7a54fe0 /games/xhime/Makefile
parentBROKEN= "distfile is gone, new distfile requires getopt solution" (diff)
Remove unused file.
Change directory of character data.
Notes
Notes: svn path=/head/; revision=17038
Diffstat (limited to 'games/xhime/Makefile')
-rw-r--r--games/xhime/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xhime/Makefile b/games/xhime/Makefile
index 0677415ba2b2..0fb24f347b57 100644
--- a/games/xhime/Makefile
+++ b/games/xhime/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 August 1998
# Whom: Seiichirou Hiraoka
#
-# $Id: Makefile,v 1.1.1.1 1998/11/24 08:49:45 flathill Exp $
+# $Id: Makefile,v 1.1.1.2 1998/11/25 11:13:20 flathill Exp $
#
DISTNAME= xhime151
@@ -33,7 +33,7 @@ post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/ja/xhime
@(cd ${WRKSRC};\
- ${INSTALL_MAN} xhime-doc.euc xhime.doc rh110.xhm rh110-doc.euc \
+ ${INSTALL_MAN} xhime-doc.euc xhime.doc rh110-doc.euc \
${PREFIX}/share/doc/ja/xhime; \
)
.endif