mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
25 lines
664 B
Plaintext
25 lines
664 B
Plaintext
$NetBSD: patch-aa,v 1.3 2015/08/26 12:23:01 wiz Exp $
|
|
|
|
Do not try to regenerate words.
|
|
|
|
--- data/en/words/Makefile.in.orig 2015-02-01 05:46:07.000000000 +0000
|
|
+++ data/en/words/Makefile.in
|
|
@@ -428,7 +428,7 @@ mostlyclean-libtool:
|
|
|
|
clean-libtool:
|
|
-rm -rf .libs _libs
|
|
-install-wordsDATA: $(words_DATA)
|
|
+install-wordsDATA:
|
|
@$(NORMAL_INSTALL)
|
|
@list='$(words_DATA)'; test -n "$(wordsdir)" || list=; \
|
|
if test -n "$$list"; then \
|
|
@@ -488,7 +488,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"; \
|