diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-06-03 00:58:10 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-06-03 00:58:10 +0000 |
commit | 997db7b9d5b37e3bdbc4c62021cb0419777b5b57 (patch) | |
tree | 7cbdee3cd0e13cac9b820cacaacd62a730ced0ae /inputmethod/canna | |
parent | 0ad6008733800b29c333642b9b0a51b0654ce288 (diff) | |
download | pkgsrc-997db7b9d5b37e3bdbc4c62021cb0419777b5b57.tar.gz |
* Correct version numbers, (3.6.3 ->) 3.6p3 -> 3.6pl3.
To update packages, you need to run pkg_delete(8) manually and de-install
old 3.6.3 packages. Agreed by Kambe-san.
See the pkg_info(1) manual page for how "pl" works.
* White space nits.
Diffstat (limited to 'inputmethod/canna')
-rw-r--r-- | inputmethod/canna/Makefile.common | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/inputmethod/canna/Makefile.common b/inputmethod/canna/Makefile.common index c9c75ce4a3d..874cf530304 100644 --- a/inputmethod/canna/Makefile.common +++ b/inputmethod/canna/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.1 2003/05/31 07:24:38 uebayasi Exp $ +# $NetBSD: Makefile.common,v 1.2 2003/06/03 00:58:10 uebayasi Exp $ # # Canna common makefile. # -DISTNAME= Canna${CANNA_VERSION:S|.||} +DISTNAME= Canna${CANNA_VERSION:S|.||:S|pl|p|} PKGNAME= Canna-${CANNA_MODULE}-${CANNA_VERSION} CATEGORIES= japanese inputmethod MASTER_SITES= http://downloads.sourceforge.jp/canna/2181/ @@ -19,10 +19,11 @@ PATCHDIR= ${.CURDIR}/../canna/patches # To be done. #USE_BUILDLINK2= # defined -CANNA_VERSION= 3.6p3 +# "Pkgsrc" version. +CANNA_VERSION= 3.6pl3 -CANNA_OWNER?= daemon -CANNA_GROUP?= daemon +CANNA_OWNER?= daemon +CANNA_GROUP?= daemon CANNA_SPOOL= ${DESTDIR}/var/spool/canna CANNA_MODE= 0755 |