summaryrefslogtreecommitdiff
path: root/japanese/kon2-16dot
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
commit92cb14961276109a5c384faad8b01035e6c9a243 (patch)
tree52a6ccb1657c964ed74817c0b5617d8297802c57 /japanese/kon2-16dot
parentuse updated net/wais (diff)
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
Notes
Notes: svn path=/head/; revision=4440
Diffstat (limited to 'japanese/kon2-16dot')
-rw-r--r--japanese/kon2-16dot/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/japanese/kon2-16dot/Makefile b/japanese/kon2-16dot/Makefile
index 19c3631135b4..0c1f49e93a19 100644
--- a/japanese/kon2-16dot/Makefile
+++ b/japanese/kon2-16dot/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 June 1995
# Whom: Takashi Ogura <ogura@st.rim.or.jp>
#
-# $Id: Makefile,v 1.6 1996/09/19 04:38:17 asami Exp $
+# $Id: Makefile,v 1.7 1996/11/11 10:12:19 max Exp $
#
DISTNAME= kon
@@ -18,6 +18,8 @@ EXTRACT_ONLY= kon-0.99.4e.tgz
MAINTAINER= asami@FreeBSD.ORG
USE_GMAKE= yes
+MAN1= kon.1
+MANLANG= ja_JP.ujis
post-configure:
sed -e 's%%CURDIR%%${.CURDIR}' \
@@ -25,9 +27,4 @@ post-configure:
-e 's%%DISTDIR%%${DISTDIR}' \
files/dotconfig > ${WRKSRC}/.config
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/ja_JP.ujis/man1/kon.1
-.endif
-
.include <bsd.port.mk>