diff options
author | obache <obache@pkgsrc.org> | 2009-05-21 13:49:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-05-21 13:49:59 +0000 |
commit | 2d22e3d583907d6aaa14c0d0e0d56a543759a897 (patch) | |
tree | c69b587a6108531f7d56e094b861faecf8d42d42 /textproc | |
parent | 8e36da14637d47f79a157a7cc42a93bde75dd3a9 (diff) | |
download | pkgsrc-2d22e3d583907d6aaa14c0d0e0d56a543759a897.tar.gz |
Remove (accidently added when update to 2.4.1?) redundant entries from PLIST
* Redundant libraries, libtool .la entry taka care about it. PR 41467.
* Redundant @dirrm entries, OWN_DIRS take care about it.
Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/chasen-base/Makefile | 3 | ||||
-rw-r--r-- | textproc/chasen-base/PLIST | 7 |
2 files changed, 3 insertions, 7 deletions
diff --git a/textproc/chasen-base/Makefile b/textproc/chasen-base/Makefile index d2ed1cee040..dd9efffb8a7 100644 --- a/textproc/chasen-base/Makefile +++ b/textproc/chasen-base/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2008/08/03 15:24:05 taca Exp $ +# $NetBSD: Makefile,v 1.20 2009/05/21 13:49:59 obache Exp $ # DISTNAME= chasen-${CHASEN_VERSION} PKGNAME= chasen-base-${CHASEN_VERSION} +PKGREVISION= 1 CATEGORIES= japanese textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=chasen-legacy/32224/} diff --git a/textproc/chasen-base/PLIST b/textproc/chasen-base/PLIST index 387519e57fd..e36a0d310ec 100644 --- a/textproc/chasen-base/PLIST +++ b/textproc/chasen-base/PLIST @@ -1,12 +1,7 @@ -@comment $NetBSD: PLIST,v 1.5 2007/08/02 15:03:10 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2009/05/21 13:49:59 obache Exp $ bin/chasen bin/chasen-config include/chasen.h lib/libchasen.la -lib/libchasen.so -lib/libchasen.so.2 -lib/libchasen.so.2.0.4 sbin/makeda sbin/makemat -@dirrm ${CHASEN_DICDIR} -@dirrm ${CHASEN_DIR} |