diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-24 11:15:41 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-24 11:15:41 +0000 |
commit | dae7d381fb441cfe16413cb25b8c12881cfbdd52 (patch) | |
tree | 79000ed66cdb170914c13a8b83d94574baee7a73 /textproc/ispell-ru-io | |
parent | 4c38578055eda475d6db2d942e285e04eb9456d9 (diff) | |
download | pkgsrc-dae7d381fb441cfe16413cb25b8c12881cfbdd52.tar.gz |
Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages.
Fixed PLIST for ispell-en_GB.
Diffstat (limited to 'textproc/ispell-ru-io')
-rw-r--r-- | textproc/ispell-ru-io/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/ispell-ru-io/Makefile b/textproc/ispell-ru-io/Makefile index 3c1225994d4..d5fd0466af8 100644 --- a/textproc/ispell-ru-io/Makefile +++ b/textproc/ispell-ru-io/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2013/04/24 02:20:41 rodent Exp $ - -PKGNAME= ispell-russian-io-${RUS_ISPELL_VERSION} +# $NetBSD: Makefile,v 1.2 2013/04/24 11:15:46 rodent Exp $ +PKGNAME= ispell-ru-io-${RUS_ISPELL_VERSION} +CONFLICTS+= ispell-russian-io-[0-9]* MAKE_ENV+= IO="defined" .include "../../textproc/ispell-russian/Makefile.common" |