Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 2021 23:01:06 GMT
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 40e75c6f7430 - main - devel/bbparse: Fixing build
Message-ID:  <202109082301.188N16fJ093047@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by olivier:

URL: https://cgit.FreeBSD.org/ports/commit/?id=40e75c6f7430e0b258be7d79ea1a23fe32c9df9e

commit 40e75c6f7430e0b258be7d79ea1a23fe32c9df9e
Author:     Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2021-09-08 22:59:47 +0000
Commit:     Olivier Cochard <olivier@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109082301.188N16fJ093047>