aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/bottlerocket/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/bottlerocket/Makefile b/misc/bottlerocket/Makefile
index b2e336816c51..eeba209bc3df 100644
--- a/misc/bottlerocket/Makefile
+++ b/misc/bottlerocket/Makefile
@@ -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>