aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/kon2-16dot
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-13 20:41:39 +0800
committerasami <asami@FreeBSD.org>1996-11-13 20:41:39 +0800
commit042a5e832eac1dfef4595193d3fffd960ef53c1b (patch)
tree7ae602bbca92eda42ce423e98ed1c217b42a7352 /japanese/kon2-16dot
parent3ed0aba637059650fffd2c7f54457a8e03245198 (diff)
downloadfreebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.gz
freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.zst
freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.zip
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.
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>