summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>1999-09-09 15:29:05 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>1999-09-09 15:29:05 +0000
commit7c2de40ffd3aa19b181e98d7ada299be434b71e9 (patch)
treee31efe712950950797f2edd331a5b65603e817ce /japanese
parent- add 'comms' on CATEGORIES. (diff)
- changed = to ?= or += in some of the variables in palm/jpilot
instead of assigning variables after the .include statement. Suggested by: asami
Notes
Notes: svn path=/head/; revision=21504
Diffstat (limited to 'japanese')
-rw-r--r--japanese/jpilot/Makefile9
1 files changed, 4 insertions, 5 deletions
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"