svn commit: r305141 - head/net/vtun/files
Cy Schubert
cy at FreeBSD.org
Mon Oct 1 20:06:56 UTC 2012
Author: cy
Date: Mon Oct 1 20:06:55 2012
New Revision: 305141
URL: http://svn.freebsd.org/changeset/ports/305141
Log:
Fix location of strip(1) to /usr/bin instead of $prefix as determined by
GNU configure.
Modified:
head/net/vtun/files/patch-Makefile.in (contents, props changed)
Modified: head/net/vtun/files/patch-Makefile.in
==============================================================================
--- head/net/vtun/files/patch-Makefile.in Mon Oct 1 19:59:34 2012 (r305140)
+++ head/net/vtun/files/patch-Makefile.in Mon Oct 1 20:06:55 2012 (r305141)
@@ -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.
More information about the svn-ports-head
mailing list