diff options
author | wulf <wulf@pkgsrc.org> | 2003-07-13 14:06:08 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2003-07-13 14:06:08 +0000 |
commit | 05f05f04a8bb038e1031b3812d20abca3804934c (patch) | |
tree | 8dd3c4fecf79eaccb125f090ed94325bbea2d519 /textproc | |
parent | 97a06974bb58cf64e65d7cd663ef7d1c98391b51 (diff) | |
download | pkgsrc-05f05f04a8bb038e1031b3812d20abca3804934c.tar.gz |
Added REPLACE_PERL to fix incorrect path to perl in aspell-import script
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 410257c5028..642c9049669 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/13 13:53:31 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2003/07/13 14:06:08 wulf Exp $ # DISTNAME= aspell-0.50.3 @@ -24,6 +24,8 @@ INCOMPAT_CURSES= NetBSD-1.[45]*-* NetBSD-1.6[-_.]* NetBSD-1.6[A-L]-* CONFIGURE_ARGS+= --enable-doc-dir=${PREFIX}/share/doc/aspell CONFIGURE_ARGS+= --enable-curses=ncurses +REPLACE_PERL= scripts/aspell-import + # Create directory for dictionaries. # post-install: |