diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-10 04:41:38 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-06-10 04:41:38 +0000 |
commit | d9e0cf8a690b6a6cfc33ef45a10fdea397bc7841 (patch) | |
tree | 857e96313bd5f292f78e8f3878654d4676205f51 /databases/sqlite-ext-spellfix/Makefile | |
parent | 571453a0cd2a777c3c3f6b32b529d7f5d8e28df5 (diff) | |
download | ports-d9e0cf8a690b6a6cfc33ef45a10fdea397bc7841.tar.gz ports-d9e0cf8a690b6a6cfc33ef45a10fdea397bc7841.zip |
Notes
Diffstat (limited to 'databases/sqlite-ext-spellfix/Makefile')
-rw-r--r-- | databases/sqlite-ext-spellfix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqlite-ext-spellfix/Makefile b/databases/sqlite-ext-spellfix/Makefile index 9e0547de424b..102ab4b8f47a 100644 --- a/databases/sqlite-ext-spellfix/Makefile +++ b/databases/sqlite-ext-spellfix/Makefile @@ -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} |