Date: Tue, 23 Sep 2014 22:20:12 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369129 - head/net/simpleproxy/files Message-ID: <201409232220.s8NMKC4Y051466@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Sep 23 22:20:12 2014 New Revision: 369129 URL: http://svnweb.freebsd.org/changeset/ports/369129 QAT: https://qat.redports.org/buildarchive/r369129/ Log: Do not violate stagedir, strip binary Modified: head/net/simpleproxy/files/patch-Makefile Modified: head/net/simpleproxy/files/patch-Makefile ============================================================================== --- head/net/simpleproxy/files/patch-Makefile Tue Sep 23 22:10:26 2014 (r369128) +++ head/net/simpleproxy/files/patch-Makefile Tue Sep 23 22:20:12 2014 (r369129) @@ -1,14 +1,17 @@ ---- Makefile.in.orig 2014-06-23 23:04:56.824141193 +0800 -+++ Makefile.in 2014-06-23 23:05:12.570149447 +0800 -@@ -31,9 +31,9 @@ distclean: clean +--- Makefile.in.orig 2005-08-26 04:45:46 UTC ++++ Makefile.in +@@ -30,10 +30,10 @@ + rm -f config.log config.cache config.status Makefile install: simpleproxy - $(top_srcdir)/mkinstalldirs $(bindir) +- $(top_srcdir)/mkinstalldirs $(bindir) - $(INSTALL) simpleproxy $(bindir) -+ $(INSTALL) simpleproxy $(DESTDIR)$(bindir) - $(top_srcdir)/mkinstalldirs $(mandir)/man1 +- $(top_srcdir)/mkinstalldirs $(mandir)/man1 - $(INSTALL) simpleproxy.man $(mandir)/man1/simpleproxy.1 -+ $(INSTALL) simpleproxy.man $(DESTDIR)$(mandir)/man1/simpleproxy.1 ++ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir) ++ $(BSD_INSTALL_PROGRAM) simpleproxy $(DESTDIR)$(bindir) ++ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1 ++ $(BSD_INSTALL_MAN) simpleproxy.man $(DESTDIR)$(mandir)/man1/simpleproxy.1 simpleproxy: simpleproxy.o cfg.o Makefile $(CC) $(CFLAGS) -o simpleproxy simpleproxy.o cfg.o $(LIBS)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409232220.s8NMKC4Y051466>