aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>2000-02-14 00:50:54 +0800
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>2000-02-14 00:50:54 +0800
commitfc6616bf132ae2f1baa8402fec9fe199b4c3863b (patch)
treeec0af7cd4c3c47caa5e4f2208c48a433ffff2721 /japanese
parente1cff1a0f17458cdb1be448b70d717bef45b8fa9 (diff)
downloadfreebsd-ports-fc6616bf132ae2f1baa8402fec9fe199b4c3863b.tar.gz
freebsd-ports-fc6616bf132ae2f1baa8402fec9fe199b4c3863b.tar.zst
freebsd-ports-fc6616bf132ae2f1baa8402fec9fe199b4c3863b.zip
cope with multiple vfontcap file.
Submitted by: ume@mahoroba.org
Notes
Notes: svn path=/head/; revision=25756
Diffstat (limited to 'japanese')
-rw-r--r--japanese/magicpoint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/magicpoint/Makefile b/japanese/magicpoint/Makefile
index 5c6c6a82fcf0..5624e38b7ec1 100644
--- a/japanese/magicpoint/Makefile
+++ b/japanese/magicpoint/Makefile
@@ -17,7 +17,7 @@ CATEGORIES= japanese
MAINTAINER= itojun@itojun.org
# dirty, but this is required for version independent-ness
-CONFIGURE_ARGS= --with-vfontcap=`${ECHO} ${LOCALBASE}/share/VFlib/*/vfontcap | tail -1`
+CONFIGURE_ARGS= --with-vfontcap=`ls -1 ${LOCALBASE}/share/VFlib/*/vfontcap | tail -1`
CONFIGURE_ARGS+= --enable-freetype-charset16
.include "${MASTERDIR}/Makefile"