mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Rename dcadec binary to avoid conflict with multimedia/libdca
PR: 208927 Submitted by: maintainer Reported by: andrew_terekhov@yahoo.com
This commit is contained in:
parent
dc4d5f48f0
commit
4f5645eb1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415059
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= libdcadec
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= multimedia
|
||||
|
||||
|
@ -30,6 +31,7 @@ post-patch:
|
|||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dcadec
|
||||
${MV} ${STAGEDIR}${PREFIX}/bin/dcadec ${STAGEDIR}${PREFIX}/bin/libdcadec
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so.0.1.0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
bin/dcadec
|
||||
bin/libdcadec
|
||||
include/libdcadec/dca_context.h
|
||||
include/libdcadec/dca_frame.h
|
||||
include/libdcadec/dca_stream.h
|
||||
|
|
Loading…
Add table
Reference in a new issue