diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 18:22:11 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 18:22:11 +0000 |
commit | 6142a40b309dd187931725e3343fbf8458bbef59 (patch) | |
tree | 253aa88a5793eb1c02dd9ce098f6c579eb14b99e /inputmethod/sj3-server-bin | |
parent | cf25e66161dc03a2ef00496b8c28674dd817ccb7 (diff) | |
download | pkgsrc-6142a40b309dd187931725e3343fbf8458bbef59.tar.gz |
Don't abuse int variables as pointers in patch-ag. Bumped PKGREVISION in
all sj3 packages.
Diffstat (limited to 'inputmethod/sj3-server-bin')
-rw-r--r-- | inputmethod/sj3-server-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/sj3-server-bin/Makefile b/inputmethod/sj3-server-bin/Makefile index 177dab984f0..a914ad13dec 100644 --- a/inputmethod/sj3-server-bin/Makefile +++ b/inputmethod/sj3-server-bin/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:46:11 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 18:22:11 rillig Exp $ # DISTNAME= sj3-2.0.1.20 PKGNAME= sj3-server-bin-2.0.1.20 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= japanese inputmethod MASTER_SITES= ftp://ftp.sony.co.jp/pub/unsupported/src/ \ ftp://ftp.cs.titech.ac.jp/pub/japanese/sj3/ |