diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 1999-09-09 15:29:05 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 1999-09-09 15:29:05 +0000 |
commit | 7c2de40ffd3aa19b181e98d7ada299be434b71e9 (patch) | |
tree | e31efe712950950797f2edd331a5b65603e817ce /japanese/jpilot | |
parent | 4302a14d842be7c83351b681a5cc0e6c9d3f9f7e (diff) |
Notes
Diffstat (limited to 'japanese/jpilot')
-rw-r--r-- | japanese/jpilot/Makefile | 9 |
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" |