freebsd-ports/devel/hwloc/files/patch-utils+Makefile.in
Pawel Pekala 17124e4aa2 - Update devel/hwlock to version 1.7.1 [1]
- Bump net/openmpi

PR:		ports/178882 [1]
Submitted by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
2013-05-24 20:58:30 +00:00

12 lines
904 B
Text

--- utils/Makefile.in.orig 2013-04-03 22:42:37.000000000 +0900
+++ utils/Makefile.in 2013-04-03 22:43:41.000000000 +0900
@@ -1816,9 +1816,7 @@
@HWLOC_HAVE_CAIRO_FALSE@@HWLOC_HAVE_WINDOWS_FALSE@ rm -f $(DESTDIR)$(bindir)/lstopo
@HWLOC_HAVE_CAIRO_FALSE@@HWLOC_HAVE_WINDOWS_FALSE@ cd $(DESTDIR)$(bindir) && $(LN_S) lstopo-no-graphics$(EXEEXT) lstopo$(EXEEXT) || true
rm -f $(DESTDIR)$(man1dir)/hwloc-ls.1
- cd $(DESTDIR)$(man1dir) && $(LN_S) lstopo.1 hwloc-ls.1
rm -f $(DESTDIR)$(man1dir)/lstopo-no-graphics.1
- cd $(DESTDIR)$(man1dir) && $(LN_S) lstopo.1 lstopo-no-graphics.1
$(SED) -e 's/HWLOC_top_builddir\/utils/bindir/' -e '/HWLOC_top_builddir/d' $(DESTDIR)$(bindir)/hwloc-assembler-remote > $(DESTDIR)$(bindir)/hwloc-assembler-remote.tmp && mv -f $(DESTDIR)$(bindir)/hwloc-assembler-remote.tmp $(DESTDIR)$(bindir)/hwloc-assembler-remote
chmod +x $(DESTDIR)$(bindir)/hwloc-assembler-remote