summaryrefslogtreecommitdiff
path: root/games/xshisen/Makefile
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-11-20 02:11:04 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-11-20 02:11:04 +0000
commit9aed410047a00970d12fb67e47cc02c2a45d267d (patch)
treebfb5f349768f78442395ca34e54b75fc77adf383 /games/xshisen/Makefile
parentForgot to call ldconfig in post-install. (diff)
Upgrade to 1.36. I used a different MASTER_SITE than the submitter
did, since there's been a routing loop to the DNS servers for the MASTER_SITE in the PR for the last 5 days. PR: ports/2905 Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
Notes
Notes: svn path=/head/; revision=8708
Diffstat (limited to 'games/xshisen/Makefile')
-rw-r--r--games/xshisen/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/games/xshisen/Makefile b/games/xshisen/Makefile
index 67476a394162..5fc307dd2d5d 100644
--- a/games/xshisen/Makefile
+++ b/games/xshisen/Makefile
@@ -1,15 +1,14 @@
# New ports collection makefile for: xshisen
-# Version required: 1.35
+# Version required: 1.36
# Date created: 9 Oct 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.5 1997/03/06 04:05:01 asami Exp $
+# $Id: Makefile,v 1.6 1997/03/06 04:54:41 asami Exp $
#
-DISTNAME= xshisen-1.35
+DISTNAME= xshisen-1.36
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR= games
+MASTER_SITES= ftp://ftp.win.or.jp/pub/doc-sources/fj.sources/1996/feb/
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
@@ -22,12 +21,11 @@ GNU_CONFIGURE= YES
#CONFIGURE_ARGS=--enable-japanese=euc #Japanese char set euc, jis sjis
MAN6= xshisen.6
+INSTALL_TARGET= install install.man
+
post-install:
@ strip ${PREFIX}/bin/xshisen
@ /bin/chmod 755 ${PREFIX}/bin/xshisen
@ /usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xshisen
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/ja_JP.JIS7/man6/xshisen.6
-.endif
.include <bsd.port.mk>