diff options
author | ats <ats@FreeBSD.org> | 1995-08-05 18:19:04 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-08-05 18:19:04 +0000 |
commit | cba6447d397124a186cb918b65405b7f3281c317 (patch) | |
tree | 4b7c6fa2eccba4a57c3ecba882be8758774a4546 /japanese/kon2-16dot | |
parent | 537b4832694caa573bef8e2c7dd08f57dd82a34a (diff) | |
download | FreeBSD-ports-cba6447d397124a186cb918b65405b7f3281c317.zip FreeBSD-ports-cba6447d397124a186cb918b65405b7f3281c317.tar.gz |
Repair a failure i made with the last commit. The make should not try
to extract the fonts. Add a EXTRACT_ONLY for the port.
Diffstat (limited to 'japanese/kon2-16dot')
-rw-r--r-- | japanese/kon2-16dot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/kon2-16dot/Makefile b/japanese/kon2-16dot/Makefile index 4892d87..93307b2 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.2 1995/06/25 11:46:09 asami Exp $ +# $Id: Makefile,v 1.3 1995/08/01 22:10:14 ats Exp $ # DISTNAME= kon @@ -11,6 +11,7 @@ PKGNAME= kon-0994e CATEGORIES+= japanese MASTER_SITES= ftp://ftp.iij.ad.jp/pub/linux-j/JE-sources/JE/ DISTFILES= kon-0.99.4e.tgz +EXTRACT_ONLY= kon-0.99.4e.tgz .if !defined(MASTER_SITE_OVERRIDE) FONT_SITE= ftp://ftp.iij.ad.jp/pub/X/XFree86/XFree86/3.1.1/untarred/xc/fonts/bdf/misc/ |