summaryrefslogtreecommitdiff
path: root/japanese/kon2-16dot
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-08-01 22:10:14 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-08-01 22:10:14 +0000
commit8c957192c68bf42a080bdc2a07714e3047ed342b (patch)
tree874fda450f2e18c47a1f9fc55fdb0652201cd0ea /japanese/kon2-16dot
parentAdd xpilot. (diff)
Fix the Makefile that it also works for the MASTER_SITE_OVERRIDE case.
The fonts are already in the distfiles and can be fetched with the normal fetch target.
Notes
Notes: svn path=/head/; revision=2024
Diffstat (limited to 'japanese/kon2-16dot')
-rw-r--r--japanese/kon2-16dot/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/kon2-16dot/Makefile b/japanese/kon2-16dot/Makefile
index ea9d163fa16a..4892d8734c5a 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.1.1.1 1995/06/24 09:25:16 asami Exp $
+# $Id: Makefile,v 1.2 1995/06/25 11:46:09 asami Exp $
#
DISTNAME= kon
@@ -12,13 +12,18 @@ CATEGORIES+= japanese
MASTER_SITES= ftp://ftp.iij.ad.jp/pub/linux-j/JE-sources/JE/
DISTFILES= 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/
FONTFILES= k14.bdf 7x14rk.bdf
+.else
+DISTFILES += k14.bdf 7x14rk.bdf
+.endif
MAINTAINER= asami@FreeBSD.ORG
USE_GMAKE= yes
+.if !defined(MASTER_SITE_OVERRIDE)
pre-fetch:
@(cd ${DISTDIR}; \
for file in ${FONTFILES} ; do \
@@ -28,6 +33,7 @@ pre-fetch:
fi \
fi \
done)
+.endif
post-configure:
sed -e 's%%CURDIR%%${.CURDIR}' \