diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-26 05:39:34 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-26 05:39:34 +0800 |
commit | 1dd5f7919ca13acbdc5d8ae75a954dbf932ed575 (patch) | |
tree | 3346189f6f3ece4e3db3e847cadc886d90f9122e /misc | |
parent | 907a5d2cb72f3e30b58c08a71d84144392958c1a (diff) | |
download | freebsd-ports-gnome-1dd5f7919ca13acbdc5d8ae75a954dbf932ed575.tar.gz freebsd-ports-gnome-1dd5f7919ca13acbdc5d8ae75a954dbf932ed575.tar.zst freebsd-ports-gnome-1dd5f7919ca13acbdc5d8ae75a954dbf932ed575.zip |
- Fix stripping
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bottlerocket/Makefile | 5 |
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> |