pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/aspell-german Alos install ngerman.alias.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e4b88c01f02
branches:  trunk
changeset: 471608:8e4b88c01f02
user:      recht <recht%pkgsrc.org@localhost>
date:      Mon Mar 29 14:03:28 2004 +0000

description:
Alos install ngerman.alias.
Bump PKGREVISION.

diffstat:

 textproc/aspell-german/Makefile |  7 +++++--
 textproc/aspell-german/PLIST    |  3 ++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r 0dd0cc777812 -r 8e4b88c01f02 textproc/aspell-german/Makefile
--- a/textproc/aspell-german/Makefile   Mon Mar 29 14:03:09 2004 +0000
+++ b/textproc/aspell-german/Makefile   Mon Mar 29 14:03:28 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2004/02/11 04:35:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/03/29 14:03:28 recht Exp $
 #
 
 DISTNAME=      aspell-de-0.50-2
 PKGNAME=       ${DISTNAME:C/de-(.*)-(.*)$/german-\1.\2/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GNU:=aspell/dict/de/}
 EXTRACT_SUFX=  .tar.bz2
@@ -18,5 +18,8 @@
 CONFIGURE_ENV+=        ASPELL=${PREFIX}/bin/aspell
 CONFIGURE_ENV+=        WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
 
+post-install:
+       (cd ${PREFIX}/lib/aspell && ${LN} -s german.alias ngerman.alias)
+
 .include "../../textproc/aspell/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0dd0cc777812 -r 8e4b88c01f02 textproc/aspell-german/PLIST
--- a/textproc/aspell-german/PLIST      Mon Mar 29 14:03:09 2004 +0000
+++ b/textproc/aspell-german/PLIST      Mon Mar 29 14:03:28 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/16 08:52:27 salo Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/03/29 14:03:28 recht Exp $
 lib/aspell/de-only.rws
 lib/aspell/de.multi
 lib/aspell/de_CH-only.rws
@@ -7,6 +7,7 @@
 lib/aspell/de_DE.multi
 lib/aspell/deutsch.alias
 lib/aspell/german.alias
+lib/aspell/ngerman.alias
 lib/aspell/swiss.alias
 share/aspell/de.dat
 share/aspell/de_phonet.dat



Home | Main Index | Thread Index | Old Index