mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-19 01:13:56 -04:00
28 lines
847 B
Plaintext
28 lines
847 B
Plaintext
$NetBSD: patch-aa,v 1.6 2011/05/31 14:40:25 mspo Exp $
|
|
|
|
- pkgsrc patch: put configuration file into examples directory so CONF_FILES
|
|
can use it as a reference.
|
|
|
|
- pkgsrc patch: do not install the configuration file (in target
|
|
install-exec-hook), let CONF_FILES handle it.
|
|
|
|
--- conf/Makefile.in.orig 2011-05-31 11:49:22.000000000 +0000
|
|
+++ conf/Makefile.in
|
|
@@ -177,7 +177,7 @@ psdir = @psdir@
|
|
sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
srcdir = @srcdir@
|
|
-sysconfdir = @sysconfdir@
|
|
+sysconfdir = @datadir@/examples/@PACKAGE@
|
|
target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
@@ -340,7 +340,6 @@ install-dvi-am:
|
|
|
|
install-exec-am: install-dist_sysconfDATA
|
|
@$(NORMAL_INSTALL)
|
|
- $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
|
install-html: install-html-am
|
|
|
|
install-html-am:
|