diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-12-10 20:07:21 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-12-10 20:07:21 +0000 |
commit | 5bee619a1a587e37614d8a9bca6013ef4301892b (patch) | |
tree | 501ef60bd8175035e69c75bd7079784f0c55dcff /textproc/htdig/Makefile | |
parent | 16051a30259ac011aa3630a08eff6da2d9e55e4f (diff) | |
download | ports-5bee619a1a587e37614d8a9bca6013ef4301892b.tar.gz ports-5bee619a1a587e37614d8a9bca6013ef4301892b.zip |
Notes
Diffstat (limited to 'textproc/htdig/Makefile')
-rw-r--r-- | textproc/htdig/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index 02f55c791286..2445ec8d6545 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -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 |