From eaffe762fa8dacbb6629684af14eb0f3aa10deb6 Mon Sep 17 00:00:00 2001 From: Munechika SUMIKAWA Date: Fri, 10 Sep 1999 06:54:16 +0000 Subject: - changed = to ?= or += in some of the variables instead of assigning variables after the .include statement. Suggested by: asami Reviewed by: itojun --- japanese/magicpoint/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'japanese') diff --git a/japanese/magicpoint/Makefile b/japanese/magicpoint/Makefile index 675ff0f03040..ae1e15ab7fea 100644 --- a/japanese/magicpoint/Makefile +++ b/japanese/magicpoint/Makefile @@ -12,13 +12,12 @@ COMMENT= ${.CURDIR}/pkg/COMMENT LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib PKGNAME= ja-magicpoint-1.05a - -.include "${MASTERDIR}/Makefile" - -CATEGORIES= japanese misc +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+= --enable-freetype-charset16 + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3