diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-08-06 02:19:04 +0800 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-08-06 02:19:04 +0800 |
commit | e8c40e3a3d8c9dadece063e0935119855c92b283 (patch) | |
tree | 35ea56db670610215ff874ba8457d5cc9d2ef10f /japanese | |
parent | 76d77bf4968e3aa7b58116c022895cb4b9301fae (diff) | |
download | freebsd-ports-gnome-e8c40e3a3d8c9dadece063e0935119855c92b283.tar.gz freebsd-ports-gnome-e8c40e3a3d8c9dadece063e0935119855c92b283.tar.zst freebsd-ports-gnome-e8c40e3a3d8c9dadece063e0935119855c92b283.zip |
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')
-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 4892d8734c5a..93307b219812 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/ |