databases/sqlite-ext-spellfix: Remove USE_LDCONFIG

SQLite extensions are loaded with the full path to the shared library.
This commit is contained in:
Yuri Victorovich 2018-06-10 04:41:38 +00:00
parent 571453a0cd
commit d9e0cf8a69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472112

View File

@ -3,6 +3,7 @@
PORTNAME= sqlite-ext-spellfix
PORTVERSION= 3.8.11.1
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= https://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/
DISTNAME= sqlite-src-${PORTVERSION:S|8.|8|:S|.|0|g}
@ -22,7 +23,6 @@ NO_WRKSUBDIR= yes
SRCFILE= ${DISTNAME}/ext/misc/spellfix.c
LIBFILE= libspellfix.so
INST_DIR= ${PREFIX}/libexec/${DIST_SUBDIR}
USE_LDCONFIG= ${INST_DIR}
EXTRACT_AFTER_ARGS= ${SRCFILE}