From 7c2de40ffd3aa19b181e98d7ada299be434b71e9 Mon Sep 17 00:00:00 2001 From: Munechika SUMIKAWA Date: Thu, 9 Sep 1999 15:29:05 +0000 Subject: - changed = to ?= or += in some of the variables in palm/jpilot instead of assigning variables after the .include statement. Suggested by: asami --- japanese/jpilot/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'japanese') diff --git a/japanese/jpilot/Makefile b/japanese/jpilot/Makefile index 6b1890f89db5..4667e9910ab3 100644 --- a/japanese/jpilot/Makefile +++ b/japanese/jpilot/Makefile @@ -10,11 +10,10 @@ MASTERDIR= ${.CURDIR}/../../palm/jpilot COMMENT= ${.CURDIR}/pkg/COMMENT PKGNAME= ja-jpilot-0.93.1 - -.include "${MASTERDIR}/Makefile" - -CATEGORIES= japanese palm +CATEGORIES= japanese MAINTAINER= sumikawa@kame.net -CONFIGURE_ARGS+= --with-japanese +CONFIGURE_ARGS= --with-japanese + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3