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-dict | |
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-dict')
-rw-r--r-- | inputmethod/sj3-dict/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/sj3-dict/Makefile b/inputmethod/sj3-dict/Makefile index 83cd29e5c4a..06a525cb166 100644 --- a/inputmethod/sj3-dict/Makefile +++ b/inputmethod/sj3-dict/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2005/07/19 10:17:17 grant Exp $ +# $NetBSD: Makefile,v 1.8 2005/09/28 18:22:11 rillig Exp $ # DISTNAME= sj3-2.0.1.20 PKGNAME= sj3-dict-2.0.1.20 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= japanese inputmethod MASTER_SITES= ftp://ftp.sony.co.jp/pub/unsupported/src/ \ ftp://ftp.cs.titech.ac.jp/pub/japanese/sj3/ |