diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-09-19 04:38:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-09-19 04:38:46 +0000 |
commit | ffab35331032209d1921407cfc7135301551f5af (patch) | |
tree | 271482dd8ebcd18b1b4d0d4dad18aeca09cc9add /japanese/kon2-16dot | |
parent | dea38560ebe252c09f82076e88488628cbd4f398 (diff) |
Add "jp-" in front of PKGNAME.
Notes
Notes:
svn path=/head/; revision=3812
Diffstat (limited to 'japanese/kon2-16dot')
-rw-r--r-- | japanese/kon2-16dot/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/kon2-16dot/Makefile b/japanese/kon2-16dot/Makefile index 0c1476191053..923e841056ff 100644 --- a/japanese/kon2-16dot/Makefile +++ b/japanese/kon2-16dot/Makefile @@ -3,11 +3,11 @@ # Date created: 7 June 1995 # Whom: Takashi Ogura <ogura@st.rim.or.jp> # -# $Id: Makefile,v 1.4 1995/08/05 18:19:04 ats Exp $ +# $Id: Makefile,v 1.5 1995/10/11 00:53:37 asami Exp $ # DISTNAME= kon -PKGNAME= kon-0994e +PKGNAME= jp-kon-0994e CATEGORIES+= japanese # note kon is only in first directory and fonts are only in second directory MASTER_SITES= ftp://ftp.iij.ad.jp/pub/linux-j/JE-sources/JE/ \ @@ -26,6 +26,8 @@ post-configure: files/dotconfig > ${WRKSRC}/.config post-install: +.if !defined(NOMANCOMPRESS) gzip -9nf ${PREFIX}/man/ja_JP.ujis/man1/kon.1 +.endif .include <bsd.port.mk> |