diff options
author | recht <recht@pkgsrc.org> | 2004-03-29 14:03:28 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-03-29 14:03:28 +0000 |
commit | cb431bcd7d0bf0c757e3144ea50fda03b3c533f6 (patch) | |
tree | f41934fb88849fe0229ea0dbb19e262c66460db0 /textproc | |
parent | 9bff2123676b173a2eec44a56261e7f5241cfe51 (diff) | |
download | pkgsrc-cb431bcd7d0bf0c757e3144ea50fda03b3c533f6.tar.gz |
Alos install ngerman.alias.
Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell-german/Makefile | 7 | ||||
-rw-r--r-- | textproc/aspell-german/PLIST | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/textproc/aspell-german/Makefile b/textproc/aspell-german/Makefile index d9719a54428..0cb76e59100 100644 --- a/textproc/aspell-german/Makefile +++ b/textproc/aspell-german/Makefile @@ -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 @@ HAS_CONFIGURE= YES 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 --git a/textproc/aspell-german/PLIST b/textproc/aspell-german/PLIST index 6a8f1fe385a..bae9f10591e 100644 --- a/textproc/aspell-german/PLIST +++ b/textproc/aspell-german/PLIST @@ -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-only.rws 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 |