Update to version 0.2.2.
Changes: - new words, misc bugfixes, affix changes, documentation changes Addresses PR pkg/26928 by Georg Schwarz.
This commit is contained in:
parent
a470532644
commit
2e89fb1b9e
3 changed files with 15 additions and 15 deletions
|
@ -1,13 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.8 2003/12/03 09:32:12 salo Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2004/09/12 20:57:41 salo Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ispell-sk-0.2.1
|
||||
DISTNAME= ispell-sk-0.2.2
|
||||
PKGNAME= ${DISTNAME:S/sk/slovak/}
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://spell.linux.sk/ispell/
|
||||
MASTER_SITES= http://spell.linux.sk/
|
||||
|
||||
MAINTAINER= salo@NetBSD.org
|
||||
HOMEPAGE= http://spell.linux.sk/ispell/
|
||||
HOMEPAGE= http://spell.linux.sk/ispell.html
|
||||
COMMENT= Slovak dictionary for ispell
|
||||
|
||||
DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2003/12/03 09:32:12 salo Exp $
|
||||
$NetBSD: distinfo,v 1.8 2004/09/12 20:57:41 salo Exp $
|
||||
|
||||
SHA1 (ispell-sk-0.2.1.tar.gz) = f3c06ec4c972f743b11542e510b2be8fccef0ca9
|
||||
Size (ispell-sk-0.2.1.tar.gz) = 588225 bytes
|
||||
SHA1 (patch-aa) = 59e557e00395f5f92229a7345bf84b48a1139b02
|
||||
SHA1 (ispell-sk-0.2.2.tar.gz) = e30fe88dd7cc0d0b318e20870649bc24245624f3
|
||||
Size (ispell-sk-0.2.2.tar.gz) = 611006 bytes
|
||||
SHA1 (patch-aa) = 73553e3d1ad289ac19ea31800ada7219de69a36a
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
$NetBSD: patch-aa,v 1.3 2003/11/01 14:51:03 salo Exp $
|
||||
$NetBSD: patch-aa,v 1.4 2004/09/12 20:57:41 salo Exp $
|
||||
|
||||
--- Makefile.orig 2003-04-09 14:31:57.000000000 +0200
|
||||
+++ Makefile 2003-11-01 15:44:33.000000000 +0100
|
||||
--- Makefile.orig 2004-02-27 14:50:43.000000000 +0100
|
||||
+++ Makefile 2004-09-12 22:50:13.000000000 +0200
|
||||
@@ -1,17 +1,18 @@
|
||||
-installdir=/usr/lib/ispell
|
||||
-DESTDIR=/usr/lib/ispell
|
||||
+INSTALLDIR=${PREFIX}/lib/
|
||||
+BUILDHASH=${PREFIX}/bin/buildhash
|
||||
|
||||
all: slovak.hash
|
||||
|
||||
install: slovak.hash slovak.aff
|
||||
- mkdir -p $(installdir)
|
||||
- install -o root -g root -m 0644 slovak.hash $(installdir)
|
||||
- install -o root -g root -m 0644 slovak.aff $(installdir)
|
||||
- mkdir -p $(DESTDIR)
|
||||
- install -o root -g bin -m 0444 slovak.hash $(DESTDIR)
|
||||
- install -o root -g bin -m 0444 slovak.aff $(DESTDIR)
|
||||
+ ${BSD_INSTALL_DATA_DIR} $(INSTALLDIR)
|
||||
+ ${BSD_INSTALL_DATA} slovak.hash $(INSTALLDIR)
|
||||
+ ${BSD_INSTALL_DATA} slovak.aff $(INSTALLDIR)
|
||||
|
|
Loading…
Reference in a new issue