Date: Mon, 1 Oct 2012 20:06:56 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305141 - head/net/vtun/files Message-ID: <201210012006.q91K6u6T006513@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210012006.q91K6u6T006513>