mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Add missing file
PR: 155452 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
This commit is contained in:
parent
0c1fcc1da7
commit
24f062b2f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271092
@ -10,6 +10,7 @@
|
||||
|
||||
PORTNAME= sphinxsearch
|
||||
PORTVERSION= 0.9.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc databases
|
||||
MASTER_SITES= http://sphinxsearch.com/files/
|
||||
DISTNAME= sphinx-${PORTVERSION}
|
||||
@ -17,6 +18,8 @@ DISTNAME= sphinx-${PORTVERSION}
|
||||
MAINTAINER= m.seaman@infracaninophile.co.uk
|
||||
COMMENT= Sphinx Full-Text Search Engine
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
# If expat is present on the system and configure finds it, it will
|
||||
# unconditionally link the output binary against it. There's no way
|
||||
# of turning this off. So for consistency, make sure it's always on.
|
||||
@ -144,6 +147,7 @@ do-install: install-bin install-docs install-examples
|
||||
install-bin:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/indexer ${PREFIX}/bin/indexer
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/search ${PREFIX}/bin/search
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/spelldump ${PREFIX}/bin/spelldump
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/searchd ${PREFIX}/sbin/searchd
|
||||
${INSTALL_DATA} ${WRKSRC}/sphinx.conf.dist ${CFGFILE}.sample
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/indexer
|
||||
bin/search
|
||||
bin/spelldump
|
||||
sbin/searchd
|
||||
@unexec if cmp -s %D/etc/sphinx.conf.sample %D/etc/sphinx.conf; then rm -f %D/etc/sphinx.conf; fi
|
||||
etc/sphinx.conf.sample
|
||||
|
Loading…
Reference in New Issue
Block a user