aboutsummaryrefslogtreecommitdiff
path: root/net/xprobe/files/patch-Makefile_in
diff options
context:
space:
mode:
Diffstat (limited to 'net/xprobe/files/patch-Makefile_in')
-rw-r--r--net/xprobe/files/patch-Makefile_in28
1 files changed, 0 insertions, 28 deletions
diff --git a/net/xprobe/files/patch-Makefile_in b/net/xprobe/files/patch-Makefile_in
deleted file mode 100644
index 06078a1f1cc8..000000000000
--- a/net/xprobe/files/patch-Makefile_in
+++ /dev/null
@@ -1,28 +0,0 @@
---- Makefile.in.orig Wed Oct 16 22:23:24 2002
-+++ Makefile.in Wed Oct 16 22:25:19 2002
-@@ -28,8 +28,8 @@
- DESTDIR=
- prefix=@prefix@
- exec_prefix=@exec_prefix@
--bindir=@bindir@
--mandir=@mandir@
-+BINDIR=@bindir@
-+MANDIR=@mandir@
- PACKAGE=@PACKAGE@
- VERSION=@VERSION@
- CPPFLAGS=@CPPFLAGS@
-@@ -58,10 +58,10 @@
- rm -f config.h config.cache config.log config.status Makefile
-
- install: xprobe
-- $(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) -d $(DESTDIR)$(BINDIR)
-+ $(INSTALL) -d $(DESTDIR)$(MANDIR)/man1
-+ $(INSTALL_PROGRAM) -m 0755 xprobe $(DESTDIR)$(BINDIR)
-+ $(INSTALL_DATA) xprobe.1 $(DESTDIR)$(MANDIR)/man1
-
- configure: configure.in
- autoheader