pkgsrc/textproc/aspell-en/patches/patch-ab
rodent ac14942890 Moved aspell-* packages as discussed. Reasons being:
1) Shorter package name;
2) Be consistent with kde3-i18n-*, kde4-l10n-*, hunspell-*, lang-*
   PKG_OPTIONS;
3) Simplify modifications to PKGNAME in their Makefiles;
4) Accordance with international language naming standards;
5) Facilitate the addition of other dictionaries which are variants of the
   same language (ex. Portuguese and Norwegian);

May this commit not cause anything to explode, hairs to gray, nerds to rage
2013-04-09 02:33:36 +00:00

16 lines
566 B
Text

$NetBSD: patch-ab,v 1.1 2013/04/09 02:33:40 rodent Exp $
--- configure.orig 2004-08-10 09:01:33.000000000 +0000
+++ configure 2005-08-23 21:25:25.184621000 +0000
@@ -79,9 +79,9 @@
datadir=`$ASPELL dump config data-dir`
echo $datadir
-echo "ASPELL = `which $ASPELL`" > Makefile
+echo "ASPELL = $ASPELL" > Makefile
echo "ASPELL_FLAGS = $ASPELL_FLAGS" >> Makefile
-echo "PREZIP = `which $PREZIP`" >> Makefile
+echo "PREZIP = $PREZIP" >> Makefile
echo "DESTDIR = $DESTDIR" >> Makefile
echo "dictdir = $dictdir" >> Makefile
echo "datadir = $datadir" >> Makefile