git: 40e75c6f7430 - main - devel/bbparse: Fixing build
Olivier Cochard
olivier at FreeBSD.org
Wed Sep 8 23:01:07 UTC 2021
The branch main has been updated by olivier:
URL: https://cgit.FreeBSD.org/ports/commit/?id=40e75c6f7430e0b258be7d79ea1a23fe32c9df9e
commit 40e75c6f7430e0b258be7d79ea1a23fe32c9df9e
Author: Olivier Cochard <olivier at FreeBSD.org>
AuthorDate: 2021-09-08 22:59:47 +0000
Commit: Olivier Cochard <olivier at FreeBSD.org>
CommitDate: 2021-09-08 22:59:47 +0000
devel/bbparse: Fixing build
PR: 256873
Sponsored by: Netflix
---
devel/bbparse/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/devel/bbparse/Makefile b/devel/bbparse/Makefile
index 2d113dda08e2..73ad8b7e8773 100644
--- a/devel/bbparse/Makefile
+++ b/devel/bbparse/Makefile
@@ -15,7 +15,6 @@ USE_GITHUB= yes
GH_ACCOUNT= Netflix
PLIST_FILES= lib/libbbparse.a \
- lib/libbbparse_p.a \
include/bbparse.h \
man/man3/libbbparse.3.gz
@@ -35,7 +34,6 @@ do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib
${MKDIR} ${STAGEDIR}${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/libbbparse.a ${STAGEDIR}${PREFIX}/lib
- ${INSTALL_DATA} ${WRKSRC}/libbbparse_p.a ${STAGEDIR}${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/bbparse.h ${STAGEDIR}${PREFIX}/include
${INSTALL_MAN} ${WRKSRC}/libbbparse.3.gz ${STAGEDIR}${PREFIX}/man/man3
.for l in ${MANPAGE_LINKS}
More information about the dev-commits-ports-all
mailing list