f9165a8ba6
ok sthen@
58 lines
2.0 KiB
Plaintext
58 lines
2.0 KiB
Plaintext
$OpenBSD: patch-Makefile_in,v 1.5 2010/01/11 15:15:28 giovanni Exp $
|
|
--- Makefile.in.orig Wed Dec 9 22:01:59 2009
|
|
+++ Makefile.in Thu Jan 7 11:53:39 2010
|
|
@@ -196,8 +196,8 @@ man5dir = $(mandir)/man5
|
|
man8dir = $(mandir)/man8
|
|
NROFF = nroff
|
|
MANS = $(man_MANS)
|
|
-DATA = $(attributelog_DATA) $(docs_DATA) $(drivedb_DATA) $(initd_DATA) \
|
|
- $(savestates_DATA) $(sysconf_DATA)
|
|
+DATA = $(attributelog_DATA) $(docs_DATA) $(drivedb_DATA) \
|
|
+ $(savestates_DATA)
|
|
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
|
distclean-recursive maintainer-clean-recursive
|
|
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
|
|
@@ -413,15 +413,7 @@ EXTRA_smartctl_SOURCES = os_linux.cpp os_linux.h os_fr
|
|
@OS_SOLARIS_FALSE@ smartd.8
|
|
|
|
docsdir = $(docdir)
|
|
-docs_DATA = AUTHORS \
|
|
- CHANGELOG \
|
|
- COPYING \
|
|
- INSTALL \
|
|
- NEWS \
|
|
- README \
|
|
- TODO \
|
|
- WARNINGS \
|
|
- smartd.conf
|
|
+docs_DATA = smartd.conf
|
|
|
|
sysconf_DATA = smartd.conf$(smartd_suffix)
|
|
EXTRA_DIST = smartd.initd.in \
|
|
@@ -952,16 +944,6 @@ uninstall-savestatesDATA:
|
|
cd "$(DESTDIR)$(savestatesdir)" && rm -f $$files
|
|
install-sysconfDATA: $(sysconf_DATA)
|
|
@$(NORMAL_INSTALL)
|
|
- test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
|
|
- @list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
|
|
- 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)$(sysconfdir)'"; \
|
|
- $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
|
|
- done
|
|
|
|
uninstall-sysconfDATA:
|
|
@$(NORMAL_UNINSTALL)
|
|
@@ -1352,7 +1334,7 @@ info: info-recursive
|
|
info-am:
|
|
|
|
install-data-am: install-attributelogDATA install-docsDATA \
|
|
- install-drivedbDATA install-initdDATA install-man \
|
|
+ install-drivedbDATA install-man \
|
|
install-savestatesDATA
|
|
|
|
install-dvi: install-dvi-recursive
|