forked from Lainports/freebsd-ports
- Fix stripping
This commit is contained in:
parent
aefbd88c88
commit
dcf9fd07ce
1 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue