summaryrefslogtreecommitdiff
path: root/games/xshisen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xshisen/Makefile')
-rw-r--r--games/xshisen/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/games/xshisen/Makefile b/games/xshisen/Makefile
index ebcdc70857d6..97009436ea57 100644
--- a/games/xshisen/Makefile
+++ b/games/xshisen/Makefile
@@ -3,12 +3,13 @@
# Date created: 9 Oct 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.2 1996/11/04 12:59:50 jfitz Exp $
+# $Id: Makefile,v 1.3 1996/11/18 11:27:14 asami Exp $
#
DISTNAME= xshisen-1.35
CATEGORIES= games
-MASTER_SITES= ftp://ftp.iis.u-tokyo.ac.jp/pub1/X/contrib/games/
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= games
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
@@ -18,13 +19,13 @@ IS_INTERACTIVE= YES # Has to create an app-defaults file
USE_X11= YES
GNU_CONFIGURE= YES
#CONFIGURE_ARGS=--enable-japanese=euc #Japanese char set euc, jis sjis
+MAN6= xshisen.6
post-install:
@ strip ${PREFIX}/bin/xshisen
@ /bin/chmod 755 ${PREFIX}/bin/xshisen
- @ /usr/sbin/chown bin.bin ${PREFIX}/bin/xshisen
+ @ /usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xshisen
.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man6/xshisen.6
gzip -9nf ${PREFIX}/man/ja_JP.JIS7/man6/xshisen.6
.endif