pkgsrc/textproc/aspell-sk/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
614 B
Text

$NetBSD: patch-ab,v 1.1 2013/04/09 02:33:48 rodent Exp $
--- configure.orig 2004-04-18 01:09:33.000000000 +0200
+++ configure 2004-04-18 01:11:43.000000000 +0200
@@ -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 "WORD_LIST_COMPRESS = `which $WORD_LIST_COMPRESS`" >> Makefile
+echo "WORD_LIST_COMPRESS = $WORD_LIST_COMPRESS" >> Makefile
echo "DESTDIR = $DESTDIR" >> Makefile
echo "dictdir = $dictdir" >> Makefile
echo "datadir = $datadir" >> Makefile