aboutsummaryrefslogtreecommitdiff
path: root/security/knock/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/knock/files/patch-Makefile.in')
-rw-r--r--security/knock/files/patch-Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/knock/files/patch-Makefile.in b/security/knock/files/patch-Makefile.in
new file mode 100644
index 000000000000..0a36bf5117c9
--- /dev/null
+++ b/security/knock/files/patch-Makefile.in
@@ -0,0 +1,20 @@
+--- ./Makefile.in.orig 2005-06-27 07:11:34.000000000 +0200
++++ ./Makefile.in 2011-08-17 13:19:00.000000000 +0200
+@@ -15,7 +15,7 @@
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
++# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+ # USA.
+ #
+
+@@ -48,7 +48,7 @@
+ $(SRCDIR)knock.c \
+ $(SRCDIR)list.c
+
+-all: knockd knock man
++all: knockd knock
+
+ knockd: $(OBJDIR)knockd.o $(OBJDIR)list.o
+ $(CXX) $(OBJDIR)knockd.o $(OBJDIR)list.o -o $@ $(LDFLAGS) -lpcap