diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-06 23:12:00 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-06 23:12:00 +0800 |
commit | e9706186588a173561900ac8125bd6cb0806cddd (patch) | |
tree | baf1de79ae54ec4a9ca9f6be4880a95ab6031f27 /sysutils/cpu/files | |
parent | ad6bfe73eaec4fed842facfa4cc2e7dff8e31d1e (diff) | |
download | freebsd-ports-gnome-e9706186588a173561900ac8125bd6cb0806cddd.tar.gz freebsd-ports-gnome-e9706186588a173561900ac8125bd6cb0806cddd.tar.zst freebsd-ports-gnome-e9706186588a173561900ac8125bd6cb0806cddd.zip |
Stagify, switch to USES=libtool
Diffstat (limited to 'sysutils/cpu/files')
-rw-r--r-- | sysutils/cpu/files/patch-doc__Makefile.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/cpu/files/patch-doc__Makefile.in b/sysutils/cpu/files/patch-doc__Makefile.in new file mode 100644 index 000000000000..1923a4567591 --- /dev/null +++ b/sysutils/cpu/files/patch-doc__Makefile.in @@ -0,0 +1,19 @@ +--- doc/Makefile.in.orig 2014-06-06 22:53:04.849107374 +0800 ++++ doc/Makefile.in 2014-06-06 22:54:12.397081995 +0800 +@@ -447,13 +447,9 @@ uninstall-info: uninstall-info-recursive + + + install-data-local: +- @if test -f $(sysconfdir)/cpu.conf ; then \ +- echo "$@ will not overwrite existing $(sysconfdir)/cpu.conf"; \ +- else \ +- $(mkinstalldirs) $(sysconfdir); \ +- echo "$(INSTALL_DATA) cpu.conf $(sysconfdir)/cpu.conf"; \ +- $(INSTALL_DATA) cpu.conf $(sysconfdir)/cpu.conf; \ +- fi ++ $(mkinstalldirs) $(DESTDIR)$(sysconfdir); \ ++ echo "$(INSTALL_DATA) cpu.conf $(DESTDIR)$(sysconfdir)/cpu.conf.sample"; \ ++ $(INSTALL_DATA) cpu.conf $(DESTDIR)$(sysconfdir)/cpu.conf.sample; + + uninstall-local: + @if test -f $(sysconfdir)/cpu.conf ; then \ |