aboutsummaryrefslogtreecommitdiff
path: root/net/vtun
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2012-10-01 20:06:55 +0000
committerCy Schubert <cy@FreeBSD.org>2012-10-01 20:06:55 +0000
commit6b92a312242e68ff5fe26224dd18259b7a3c1a28 (patch)
tree62abb0cb9ed347dadd57af0beb5e2283e5094dd8 /net/vtun
parentd3fc2243e1a07ded087dcacf36ce5f175c5b4892 (diff)
downloadports-6b92a312242e68ff5fe26224dd18259b7a3c1a28.tar.gz
ports-6b92a312242e68ff5fe26224dd18259b7a3c1a28.zip
Notes
Diffstat (limited to 'net/vtun')
-rw-r--r--net/vtun/files/patch-Makefile.in13
1 files changed, 6 insertions, 7 deletions
diff --git a/net/vtun/files/patch-Makefile.in b/net/vtun/files/patch-Makefile.in
index fd2a38c80522..d44506f17458 100644
--- a/net/vtun/files/patch-Makefile.in
+++ b/net/vtun/files/patch-Makefile.in
@@ -1,9 +1,6 @@
-
-$FreeBSD$
-
---- Makefile.in.orig Mon Dec 11 16:55:06 2006
-+++ Makefile.in Thu Aug 2 03:15:52 2007
-@@ -54,7 +54,7 @@
+--- Makefile.in.orig 2012-07-08 21:55:38.000000000 -0700
++++ Makefile.in 2012-10-01 12:36:55.710386405 -0700
+@@ -55,7 +55,7 @@
CONFIGURE_FILES = Makefile config.status config.cache config.h config.log
@@ -12,7 +9,7 @@ $FreeBSD$
$(CC) $(CFLAGS) $(DEFS) -c $<
vtund: $(OBJS)
-@@ -77,24 +77,24 @@
+@@ -80,25 +80,25 @@
rm -f `cat vtun.drivers`
install_man:
@@ -40,5 +37,7 @@ $FreeBSD$
- $(INSTALL) -d -m 755 $(INSTALL_OWNER) $(DESTDIR)$(SBIN_DIR)
+# $(INSTALL) -d -m 755 $(INSTALL_OWNER) $(DESTDIR)$(SBIN_DIR)
$(INSTALL) -m 755 $(INSTALL_OWNER) vtund $(DESTDIR)$(SBIN_DIR)
+- $(BIN_DIR)/strip $(DESTDIR)$(SBIN_DIR)/vtund
++ /usr/bin/strip $(DESTDIR)$(SBIN_DIR)/vtund
# DO NOT DELETE THIS LINE -- make depend depends on it.