diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-13 12:41:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-13 12:41:39 +0000 |
commit | 92cb14961276109a5c384faad8b01035e6c9a243 (patch) | |
tree | 52a6ccb1657c964ed74817c0b5617d8297802c57 /japanese/kon2-16dot | |
parent | 44bab554424ac7bb53311e5b4759d26455961887 (diff) | |
download | ports-92cb14961276109a5c384faad8b01035e6c9a243.tar.gz ports-92cb14961276109a5c384faad8b01035e6c9a243.zip |
Notes
Diffstat (limited to 'japanese/kon2-16dot')
-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> |