From fc6616bf132ae2f1baa8402fec9fe199b4c3863b Mon Sep 17 00:00:00 2001 From: Jun-ichiro itojun Hagino Date: Sun, 13 Feb 2000 16:50:54 +0000 Subject: cope with multiple vfontcap file. Submitted by: ume@mahoroba.org --- japanese/magicpoint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'japanese/magicpoint') 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" -- cgit v1.2.3