diff options
Diffstat (limited to 'net-analyzer/xprobe/files/xprobe-0.0.2-gentoo.patch')
-rw-r--r-- | net-analyzer/xprobe/files/xprobe-0.0.2-gentoo.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/xprobe/files/xprobe-0.0.2-gentoo.patch b/net-analyzer/xprobe/files/xprobe-0.0.2-gentoo.patch new file mode 100644 index 000000000000..198975179518 --- /dev/null +++ b/net-analyzer/xprobe/files/xprobe-0.0.2-gentoo.patch @@ -0,0 +1,11 @@ +--- Makefile.in Sat Aug 17 13:32:57 2002 ++++ Makefile.in Sat Aug 17 13:33:10 2002 +@@ -61,7 +61,7 @@ + $(INSTALL_PROGRAM) -d $(DESTDIR)/$(bindir) + $(INSTALL_PROGRAM) -d $(DESTDIR)/$(mandir)/man1 + $(INSTALL_PROGRAM) -m 0755 xprobe $(DESTDIR)/$(bindir) +- $(INSTALL_DATA) xprobe.1 $(mandir)/man1 ++ $(INSTALL_DATA) xprobe.1 $(DESTDIR)/$(mandir)/man1 + + configure: configure.in + autoheader |