mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
$NetBSD: patch-etc_Makefile,v 1.2 2013/11/16 07:41:02 shattered Exp $
|
|
|
|
--- src/Makefile.in.orig 2013-05-19 14:44:09.000000000 +0000
|
|
+++ src/Makefile.in
|
|
@@ -509,18 +509,18 @@ uninstall-man1:
|
|
dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
|
|
install-pkgsysconfDATA: $(pkgsysconf_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
- @list='$(pkgsysconf_DATA)'; test -n "$(pkgsysconfdir)" || list=; \
|
|
+ @list='$(pkgsysconf_DATA)'; test -n "$(datarootdir)/examples/xmp" || list=; \
|
|
if test -n "$$list"; then \
|
|
- echo " $(MKDIR_P) '$(DESTDIR)$(pkgsysconfdir)'"; \
|
|
- $(MKDIR_P) "$(DESTDIR)$(pkgsysconfdir)" || exit 1; \
|
|
+ echo " $(MKDIR_P) '$(DESTDIR)$(datarootdir)/examples/xmp/'"; \
|
|
+ $(MKDIR_P) "$(DESTDIR)$(datarootdir)/examples/xmp/" || exit 1; \
|
|
fi; \
|
|
for p in $$list; do \
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
echo "$$d$$p"; \
|
|
done | $(am__base_list) | \
|
|
while read files; do \
|
|
- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgsysconfdir)'"; \
|
|
- $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgsysconfdir)" || exit $$?; \
|
|
+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(datarootdir)/examples/xmp/'"; \
|
|
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(datarootdir)/examples/xmp/" || exit $$?; \
|
|
done
|
|
|
|
uninstall-pkgsysconfDATA:
|