Files
pkgsrc-ng/textproc/link-grammar/patches/patch-aa
2013-09-26 17:14:40 +02:00

25 lines
685 B
Plaintext

$NetBSD: patch-aa,v 1.2 2010/11/26 14:43:31 adam Exp $
Do not try to regenerate words.
--- data/en/words/Makefile.in.orig 2010-09-12 17:48:17.000000000 +0000
+++ data/en/words/Makefile.in
@@ -302,7 +302,7 @@ mostlyclean-libtool:
clean-libtool:
-rm -rf .libs _libs
-install-wordsDATA: $(words_DATA)
+install-wordsDATA:
@$(NORMAL_INSTALL)
test -z "$(wordsdir)" || $(MKDIR_P) "$(DESTDIR)$(wordsdir)"
@list='$(words_DATA)'; for p in $$list; do \
@@ -354,7 +354,7 @@ distdir: $(DISTFILES)
done
check-am: all-am
check: check-am
-all-am: Makefile $(DATA)
+all-am: Makefile
installdirs:
for dir in "$(DESTDIR)$(wordsdir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \