svn commit: r387444 - head/misc/bottlerocket

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 25 21:39:35 UTC 2015


Author: amdmi3
Date: Mon May 25 21:39:34 2015
New Revision: 387444
URL: https://svnweb.freebsd.org/changeset/ports/387444

Log:
  - Fix stripping

Modified:
  head/misc/bottlerocket/Makefile

Modified: head/misc/bottlerocket/Makefile
==============================================================================
--- head/misc/bottlerocket/Makefile	Mon May 25 21:39:11 2015	(r387443)
+++ head/misc/bottlerocket/Makefile	Mon May 25 21:39:34 2015	(r387444)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bottlerocket
 PORTVERSION=	0.04c
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
 MASTER_SITES=	SF/futurebsd/futurebsd/${PORTNAME}
 
@@ -15,4 +15,7 @@ GNU_CONFIGURE=	yes
 ALL_TARGET=	br
 PLIST_FILES=	bin/br
 
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/br ${STAGEDIR}${PREFIX}/bin/
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list