mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
519 B
Plaintext
15 lines
519 B
Plaintext
$NetBSD: patch-ad,v 1.10 2011/01/23 14:36:10 wiz Exp $
|
|
|
|
for installing configs to share/examples/mc
|
|
--- contrib/Makefile.in.orig 2010-07-05 19:13:15.000000000 +0000
|
|
+++ contrib/Makefile.in
|
|
@@ -356,7 +356,7 @@ noinst_DATA = README.xterm mcserv.init m
|
|
SCRIPTS_IN = mc.csh.in mc.sh.in mc-wrapper.csh.in mc-wrapper.sh.in
|
|
SCRIPTS_OUT = mc.csh mc.sh mc-wrapper.csh mc-wrapper.sh
|
|
pkglibexec_SCRIPTS = $(SCRIPTS_OUT)
|
|
-cfgdir = $(sysconfdir)/@PACKAGE@
|
|
+cfgdir = @datadir@/examples/@PACKAGE@
|
|
cfg_DATA = \
|
|
$(LIBFILES_ADD)
|
|
|