mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to reflect new apache install locations.
Mostly: PR: ports/15398 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
This commit is contained in:
parent
16051a3025
commit
5bee619a1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23763
@ -22,26 +22,26 @@ PATCH_DIST_STRIP= -p1
|
||||
|
||||
MAINTAINER= billf@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${PREFIX}/share/apache:${PORTSDIR}/www/apache13
|
||||
|
||||
Y2K= http://www.htdig.org/FAQ.html#q1.7
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-cgi-bin-dir=${PREFIX}/www/cgi-bin \
|
||||
--with-image-dir=${PREFIX}/www/icons \
|
||||
--with-search-dir=${PREFIX}/www/data
|
||||
CONFIGURE_ARGS= --with-cgi-bin-dir=${PREFIX}/share/apache/cgi-bin \
|
||||
--with-image-dir=${PREFIX}/share/apache/icons \
|
||||
--with-search-dir=${PREFIX}/share/apache/htdocs
|
||||
BUILD_TARGET= depends all
|
||||
|
||||
post-patch:
|
||||
|
||||
@ ${MV} ${WRKSRC}/CONFIG.in ${WRKSRC}/CONFIG.in.Dist
|
||||
@ ${SED} -e 's#htdocs#data#g' \
|
||||
-e 's#/conf#/etc#' \
|
||||
@ ${SED} -e 's#/conf#/etc#' \
|
||||
-e 's#/common#/share/htdig#' \
|
||||
-e 's#/db#/share/htdig#' \
|
||||
${WRKSRC}/CONFIG.in.Dist > ${WRKSRC}/CONFIG.in
|
||||
|
||||
@ ${MV} ${WRKSRC}/CONFIG ${WRKSRC}/CONFIG.Dist
|
||||
@ ${SED} -e 's#htdocs#data#g' \
|
||||
-e 's#/conf#/etc#' \
|
||||
@ ${SED} -e 's#/conf#/etc#' \
|
||||
-e 's#/common#/share/htdig#' \
|
||||
-e 's#/db#/share/htdig#' \
|
||||
${WRKSRC}/CONFIG.Dist > ${WRKSRC}/CONFIG
|
||||
|
@ -15,36 +15,36 @@ share/htdig/short.html
|
||||
share/htdig/synonyms
|
||||
share/htdig/syntax.html
|
||||
share/htdig/wrapper.html
|
||||
www/cgi-bin/htsearch
|
||||
www/data/search.html
|
||||
www/icons/button1.gif
|
||||
www/icons/button1.png
|
||||
www/icons/button10.gif
|
||||
www/icons/button10.png
|
||||
www/icons/button2.gif
|
||||
www/icons/button2.png
|
||||
www/icons/button3.gif
|
||||
www/icons/button3.png
|
||||
www/icons/button4.gif
|
||||
www/icons/button4.png
|
||||
www/icons/button5.gif
|
||||
www/icons/button5.png
|
||||
www/icons/button6.gif
|
||||
www/icons/button6.png
|
||||
www/icons/button7.gif
|
||||
www/icons/button7.png
|
||||
www/icons/button8.gif
|
||||
www/icons/button8.png
|
||||
www/icons/button9.gif
|
||||
www/icons/button9.png
|
||||
www/icons/buttonl.gif
|
||||
www/icons/buttonl.png
|
||||
www/icons/buttonr.gif
|
||||
www/icons/buttonr.png
|
||||
www/icons/htdig.gif
|
||||
www/icons/htdig.png
|
||||
www/icons/star.gif
|
||||
www/icons/star.png
|
||||
www/icons/star_blank.gif
|
||||
www/icons/star_blank.png
|
||||
share/apache/cgi-bin/htsearch
|
||||
share/apache/htdocs/search.html
|
||||
share/apache/icons/button1.gif
|
||||
share/apache/icons/button1.png
|
||||
share/apache/icons/button10.gif
|
||||
share/apache/icons/button10.png
|
||||
share/apache/icons/button2.gif
|
||||
share/apache/icons/button2.png
|
||||
share/apache/icons/button3.gif
|
||||
share/apache/icons/button3.png
|
||||
share/apache/icons/button4.gif
|
||||
share/apache/icons/button4.png
|
||||
share/apache/icons/button5.gif
|
||||
share/apache/icons/button5.png
|
||||
share/apache/icons/button6.gif
|
||||
share/apache/icons/button6.png
|
||||
share/apache/icons/button7.gif
|
||||
share/apache/icons/button7.png
|
||||
share/apache/icons/button8.gif
|
||||
share/apache/icons/button8.png
|
||||
share/apache/icons/button9.gif
|
||||
share/apache/icons/button9.png
|
||||
share/apache/icons/buttonl.gif
|
||||
share/apache/icons/buttonl.png
|
||||
share/apache/icons/buttonr.gif
|
||||
share/apache/icons/buttonr.png
|
||||
share/apache/icons/htdig.gif
|
||||
share/apache/icons/htdig.png
|
||||
share/apache/icons/star.gif
|
||||
share/apache/icons/star.png
|
||||
share/apache/icons/star_blank.gif
|
||||
share/apache/icons/star_blank.png
|
||||
@dirrm share/htdig
|
||||
|
Loading…
Reference in New Issue
Block a user