Date: Sun, 16 Feb 2014 12:16:37 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344548 - in head/comms/bfhist: . files Message-ID: <201402161216.s1GCGb7W008474@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sun Feb 16 12:16:37 2014 New Revision: 344548 URL: http://svnweb.freebsd.org/changeset/ports/344548 QAT: https://qat.redports.org/buildarchive/r344548/ Log: Support staging Added: head/comms/bfhist/files/ head/comms/bfhist/files/patch-Makefile (contents, props changed) Modified: head/comms/bfhist/Makefile Modified: head/comms/bfhist/Makefile ============================================================================== --- head/comms/bfhist/Makefile Sun Feb 16 12:13:54 2014 (r344547) +++ head/comms/bfhist/Makefile Sun Feb 16 12:16:37 2014 (r344548) @@ -12,5 +12,4 @@ COMMENT= Statistics generator for Binkle PLIST_FILES= bin/bfhist -NO_STAGE= yes .include <bsd.port.mk> Added: head/comms/bfhist/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/bfhist/files/patch-Makefile Sun Feb 16 12:16:37 2014 (r344548) @@ -0,0 +1,14 @@ +--- ./Makefile.orig 2004-11-26 09:58:08.000000000 +0100 ++++ ./Makefile 2014-02-16 13:15:20.704540535 +0100 +@@ -13,6 +13,9 @@ + rm -f $(OBJS) + rm -f $(BINS) + +-install: all +- $(INSTALL) bfhist $(PREFIX)/bin ++strip: ++ strip bfhist ++ ++install: strip all ++ $(INSTALL) bfhist $(DESTDIR)$(PREFIX)/bin +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402161216.s1GCGb7W008474>