svn commit: r344548 - in head/comms/bfhist: . files

Emanuel Haupt ehaupt at FreeBSD.org
Sun Feb 16 12:16:38 UTC 2014


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
+ 


More information about the svn-ports-all mailing list