diff options
author | knu <knu@FreeBSD.org> | 2000-04-13 17:24:22 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-13 17:24:22 +0800 |
commit | d6493a633871dd282b70c3d56af339ab2fa5f3f6 (patch) | |
tree | c4ca003c5e245691d48d22a9317bb268096f4138 /palm | |
parent | 8e35c70d9d4bd699ea6971525d2f756efbdaad24 (diff) | |
download | freebsd-ports-gnome-d6493a633871dd282b70c3d56af339ab2fa5f3f6.tar.gz freebsd-ports-gnome-d6493a633871dd282b70c3d56af339ab2fa5f3f6.tar.zst freebsd-ports-gnome-d6493a633871dd282b70c3d56af339ab2fa5f3f6.zip |
palm/jpilot:
- Update with PORTNAME/PORTVERSION.
palm/jpilot & japanese/jpilot:
- Fix CATEGORIES lines to set the proper categories.
Diffstat (limited to 'palm')
-rw-r--r-- | palm/jpilot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |