mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
506 B
Plaintext
13 lines
506 B
Plaintext
$NetBSD: patch-ab,v 1.2 2013/06/15 19:57:20 pettai Exp $
|
|
|
|
Don't install configuration files etc.
|
|
|
|
--- validator/apps/Makefile.in.orig 2012-09-24 21:57:17.000000000 +0000
|
|
+++ validator/apps/Makefile.in
|
|
@@ -90,4 +90,4 @@ install:
|
|
$(LIBTOOLIN) $(CHECK_CONF) $(DESTDIR)$(bindir)
|
|
$(LIBTOOLIN) $(DANECHK) $(DESTDIR)$(bindir)
|
|
$(MKPATH) `echo $(DESTDIR)@VALIDATOR_TESTCASES@ | sed 's#/[^/]*$$##'`
|
|
- $(CP) selftests.dist $(DESTDIR)@VALIDATOR_TESTCASES@
|
|
+ #$(CP) selftests.dist $(DESTDIR)@VALIDATOR_TESTCASES@
|