Do not strip the library as ruby will then not be able to detect it if rubygems require it.
This commit is contained in:
parent
a053d04ce3
commit
58cf2d5921
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556493
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= libpg_query
|
||||
DISTVERSION= 10-1.0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases devel
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
|
@ -18,7 +19,7 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= lfittl
|
||||
|
||||
do-install:
|
||||
${INSTALL_LIB} ${WRKSRC}/libpg_query.a ${STAGEDIR}${PREFIX}/lib/
|
||||
${INSTALL_DATA} ${WRKSRC}/libpg_query.a ${STAGEDIR}${PREFIX}/lib/
|
||||
${INSTALL_DATA} ${WRKSRC}/pg_query.h ${STAGEDIR}${PREFIX}/include/
|
||||
|
||||
PLIST_FILES= include/pg_query.h \
|
||||
|
|
Loading…
Reference in a new issue