diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2001-03-06 11:17:09 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2001-03-06 11:17:09 +0000 |
commit | a53fcee7be8d3127cecdeb46fa6ce9b6c0edd40b (patch) | |
tree | 2919426fe01bd68db3f9180483437a73a4aa9546 /palm/jpilot/Makefile | |
parent | f2269a27240ab1e40733f5849d6618c4537a674a (diff) | |
download | FreeBSD-ports-a53fcee7be8d3127cecdeb46fa6ce9b6c0edd40b.zip FreeBSD-ports-a53fcee7be8d3127cecdeb46fa6ce9b6c0edd40b.tar.gz |
fix internationalization bug. these patches are already submitted to
the author and will be synced in next release.
Submitted by: Takeshi MUTOH <tmutoh@mx10.freecom.ne.jp>
Approved by: maintainer
Diffstat (limited to 'palm/jpilot/Makefile')
-rw-r--r-- | palm/jpilot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index 7bf3e79..bff6f65 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -8,7 +8,7 @@ PORTNAME= jpilot PORTVERSION= 0.99 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES+= palm comms MASTER_SITES= http://jpilot.org/ |