diff options
Diffstat (limited to 'japanese/kon2-16dot/Makefile')
-rw-r--r-- | japanese/kon2-16dot/Makefile | 9 |
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> |