Add USES=libtool
This commit is contained in:
parent
364cb71f9c
commit
6747c6a1f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360645
2 changed files with 2 additions and 11 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= htdig
|
||||
PORTVERSION= 3.2.0.b6
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= textproc www
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/3.2.0b6
|
||||
|
@ -12,7 +12,6 @@ DISTNAME= htdig-3.2.0b6
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= WWW indexing and searching system
|
||||
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-config-dir=${PREFIX}/etc/htdig \
|
||||
--with-default-config-file=${PREFIX}/etc/htdig/htdig.conf \
|
||||
|
@ -23,6 +22,7 @@ CONFIGURE_ARGS= --with-config-dir=${PREFIX}/etc/htdig \
|
|||
--with-image-dir=${PREFIX}/www/icons/htdig \
|
||||
--with-image-url-prefix=/icons/htdig \
|
||||
--with-ssl
|
||||
USES= libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= APACHE DOCS
|
||||
|
@ -34,9 +34,6 @@ APACHE_PLIST_DIRSTRY= www/cgi-bin www/data www/icons
|
|||
|
||||
PORTDOCS= *
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name configure | ${XARGS} ${REINPLACE_CMD} -e 's|echo aout|echo elf|'
|
||||
|
||||
post-install:
|
||||
@${MV} ${STAGEDIR}${PREFIX}/etc/htdig/htdig.conf ${STAGEDIR}${PREFIX}/etc/htdig/htdig.conf.sample
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
|
||||
|
|
|
@ -135,27 +135,21 @@ include/htdig_db/xa.h
|
|||
include/htdig_db/xa_ext.h
|
||||
lib/htdig/libcommon-3.2.0.so
|
||||
lib/htdig/libcommon.a
|
||||
lib/htdig/libcommon.la
|
||||
lib/htdig/libcommon.so
|
||||
lib/htdig/libfuzzy-3.2.0.so
|
||||
lib/htdig/libfuzzy.a
|
||||
lib/htdig/libfuzzy.la
|
||||
lib/htdig/libfuzzy.so
|
||||
lib/htdig/libht-3.2.0.so
|
||||
lib/htdig/libht.a
|
||||
lib/htdig/libht.la
|
||||
lib/htdig/libht.so
|
||||
lib/htdig/libhtnet-3.2.0.so
|
||||
lib/htdig/libhtnet.a
|
||||
lib/htdig/libhtnet.la
|
||||
lib/htdig/libhtnet.so
|
||||
lib/htdig/libhtword-3.2.0.so
|
||||
lib/htdig/libhtword.a
|
||||
lib/htdig/libhtword.la
|
||||
lib/htdig/libhtword.so
|
||||
lib/htdig_db/libhtdb-3.2.0.so
|
||||
lib/htdig_db/libhtdb.a
|
||||
lib/htdig_db/libhtdb.la
|
||||
lib/htdig_db/libhtdb.so
|
||||
man/man1/htdig-pdfparser.1.gz
|
||||
man/man1/htdig.1.gz
|
||||
|
|
Loading…
Reference in a new issue