diff options
-rw-r--r-- | japanese/jpilot/Makefile | 2 | ||||
-rw-r--r-- | palm/jpilot/Makefile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/japanese/jpilot/Makefile b/japanese/jpilot/Makefile index 02fe066c05a..3bd1debabb4 100644 --- a/japanese/jpilot/Makefile +++ b/japanese/jpilot/Makefile @@ -8,7 +8,7 @@ MASTERDIR= ${.CURDIR}/../../palm/jpilot COMMENT= ${.CURDIR}/pkg/COMMENT -CATEGORIES= japanese +CATEGORIES= japanese palm comms MAINTAINER= sumikawa@FreeBSD.org diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index 48a57209228..7db1bf66d94 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: jpilot -# Version required: 0.98 # Date created: 23 August 1999 # Whom: Alex Varju <varju@webct.com> # @@ -7,8 +6,9 @@ # # "?=" and "+=" are for including this Makefile from japanese/jpilot -DISTNAME= jpilot-0.98.1 -CATEGORIES= palm comms +PORTNAME= jpilot +PORTVERSION= 0.98.1 +CATEGORIES?= palm comms MASTER_SITES= http://jpilot.linuxave.net/ MAINTAINER?= varju@webct.com |