diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-11 04:54:41 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-11 04:54:41 +0000 |
commit | 1306ff7f07919f0efab59f1a1364eb65d1b8be19 (patch) | |
tree | e950f6b3ce17759d7005f1619d01b246f6c1b8dd /net/xprobe/files/patch-Makefile_in | |
parent | Update to snortsnarf 021111.1 (diff) |
Update to xprobe 0.0.2 and drop maintainership
PR: ports/44153
Submitted by: Ulrich Spoerlein <q@uni.de>
Diffstat (limited to 'net/xprobe/files/patch-Makefile_in')
-rw-r--r-- | net/xprobe/files/patch-Makefile_in | 43 |
1 files changed, 13 insertions, 30 deletions
diff --git a/net/xprobe/files/patch-Makefile_in b/net/xprobe/files/patch-Makefile_in index 2d6a9504792f..06078a1f1cc8 100644 --- a/net/xprobe/files/patch-Makefile_in +++ b/net/xprobe/files/patch-Makefile_in @@ -1,15 +1,7 @@ ---- Makefile.in.orig Wed Jul 25 18:55:30 2001 -+++ Makefile.in Wed Jul 25 18:59:54 2001 -@@ -21,12 +21,16 @@ - # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - - -+DESTDIR= -+ - CC=@CC@ - INSTALL=@INSTALL@ -+INSTALL_PROGRAM=@INSTALL_PROGRAM@ -+INSTALL_DATA=@INSTALL_DATA@ +--- 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@ @@ -19,26 +11,17 @@ PACKAGE=@PACKAGE@ VERSION=@VERSION@ CPPFLAGS=@CPPFLAGS@ -@@ -41,7 +45,9 @@ icmp_infr.o utils.o logic_tree.o pcap_if - FILES=$(SOURCES) $(INCLUDES) AUTHORS CREDITS Changelog LICENSE Makefile.in \ - README TODO config.h.in configure configure.in cfg-scripts xprobe.1 - --x: $(OBJS) -+all: xprobe -+ -+xprobe: $(OBJS) - $(CC) $(CFLAGS) $(OBJS) -o $@ $(LDFLAGS) $(LIBS) - - .c.o: $(INCLUDES) -@@ -52,9 +58,9 @@ clean: - distclean: clean +@@ -58,10 +58,10 @@ rm -f config.h config.cache config.log config.status Makefile --install: x -- $(INSTALL) -m 0755 -g bin -o root x $(bindir) -- $(INSTALL) -m 0444 -g bin -o root xprobe.1 $(mandir)/man1 -+install: xprobe -+ $(INSTALL_PROGRAM) -m 755 xprobe $(DESTDIR)$(BINDIR) + 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 |