summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2002-08-17 11:36:27 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2002-08-17 11:36:27 +0000
commitd7339f27da4e838ae12b5b8dfd490ab4ad397c76 (patch)
treea5f3d7c770de77ac14f28c3cad2446a6cbda1cb0 /net-analyzer/xprobe/files
parentgcc 3.2 is default (diff)
downloadgentoo-2-d7339f27da4e838ae12b5b8dfd490ab4ad397c76.tar.gz
gentoo-2-d7339f27da4e838ae12b5b8dfd490ab4ad397c76.tar.bz2
gentoo-2-d7339f27da4e838ae12b5b8dfd490ab4ad397c76.zip
Initial import.
Diffstat (limited to 'net-analyzer/xprobe/files')
-rw-r--r--net-analyzer/xprobe/files/digest-xprobe-0.0.21
-rw-r--r--net-analyzer/xprobe/files/xprobe-0.0.2-gentoo.patch11
2 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/xprobe/files/digest-xprobe-0.0.2 b/net-analyzer/xprobe/files/digest-xprobe-0.0.2
new file mode 100644
index 000000000000..5119e5328e1e
--- /dev/null
+++ b/net-analyzer/xprobe/files/digest-xprobe-0.0.2
@@ -0,0 +1 @@
+MD5 72761231d7829e0ce4eb8f7db9049405 xprobe-0.0.2.tar.gz 52117
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