diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 09:24:22 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 09:24:22 +0000 |
commit | b9c3760873ac3912391d3d1f4f6f4b6aa3914658 (patch) | |
tree | a38a3db3d22dca936a141f436f3eb85f4069ef58 | |
parent | d9f7c4b28dab9ce2c1900ba1817d3fa9c2d916a2 (diff) | |
download | freebsd-ports-b9c3760873ac3912391d3d1f4f6f4b6aa3914658.zip |
palm/jpilot:
- Update with PORTNAME/PORTVERSION.
palm/jpilot & japanese/jpilot:
- Fix CATEGORIES lines to set the proper categories.
-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 02fe066c05a9..3bd1debabb4b 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 48a572092286..7db1bf66d947 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 |