aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/nbtscan/nbtscan-1.5.1-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/nbtscan/nbtscan-1.5.1-makefile.patch')
-rw-r--r--unmaintained/nbtscan/nbtscan-1.5.1-makefile.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/unmaintained/nbtscan/nbtscan-1.5.1-makefile.patch b/unmaintained/nbtscan/nbtscan-1.5.1-makefile.patch
deleted file mode 100644
index 300f2a6aef..0000000000
--- a/unmaintained/nbtscan/nbtscan-1.5.1-makefile.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- nbtscan-1.5.1a/Makefile.in.orig
-+++ nbtscan-1.5.1a/Makefile.in
-@@ -5,6 +5,7 @@
- OBJECTS=nbtscan.o statusq.o range.o list.o
- DEFS=@DEFS@
- TARGET=@TARGET@
-+DESTDIR=
-
- prefix = @prefix@
- exec_prefix = @exec_prefix@
-@@ -14,7 +15,8 @@
- $(CC) $(CFLAGS) -o nbtscan $(OBJECTS) $(LIBS)
-
- install:
-- $(INSTALL) $(TARGET) $(BINDIR)/$(TARGET)
-+ mkdir -p $(DESTDIR)$(BINDIR)
-+ $(INSTALL) $(TARGET) $(DESTDIR)$(BINDIR)/$(TARGET)
-
- nbtscan.o: nbtscan.c statusq.h range.h list.h
- $(CC) $(CFLAGS) $(DEFS) -c nbtscan.c