diff options
author | billf <billf@FreeBSD.org> | 1999-02-22 03:58:47 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-02-22 03:58:47 +0800 |
commit | 1fdeb6006f44dd40217693c2318f76e8deac7407 (patch) | |
tree | 7a9edab688ad04e0a81c9b6a1767d25d70af8417 /textproc/htdig/Makefile | |
parent | de5e7bfa15529136ec9d8141abf149c597d4ef97 (diff) | |
download | freebsd-ports-gnome-1fdeb6006f44dd40217693c2318f76e8deac7407.tar.gz freebsd-ports-gnome-1fdeb6006f44dd40217693c2318f76e8deac7407.tar.zst freebsd-ports-gnome-1fdeb6006f44dd40217693c2318f76e8deac7407.zip |
Upgrade and associated changes.
Prompted By: John-Mark Gurney <gurney_j@efn.org>
Diffstat (limited to 'textproc/htdig/Makefile')
-rw-r--r-- | textproc/htdig/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index 6241dc395221..fa88781ae899 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -1,16 +1,15 @@ # New ports collection makefile for: htdig -# Version required: 3.1.0b4 +# Version required: 3.1.1 # Date created: 18 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.5 1999/01/20 20:21:32 billf Exp $ +# $Id: Makefile,v 1.6 1999/02/09 15:08:31 billf Exp $ # -DISTNAME= htdig-3.1.0b4 -PKGNAME= htdig-3.1.0 +DISTNAME= htdig-3.1.1 CATEGORIES= textproc www MASTER_SITES= http://www.htdig.org/files/ \ - ftp://ftp.medasys-digital-systems.fr/mirror/htdig/files/ \ + ftp://ftp.ntua.gr/pub/www/htdig/ \ ftp://ftp.htdig.org/pub/htdig/ \ http://www.FreeBSD.org/~billf/ @@ -19,13 +18,15 @@ MAINTAINER= billf@FreeBSD.org 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 BUILD_TARGET= depends all post-patch: ${MV} ${WRKSRC}/CONFIG.in ${WRKSRC}/CONFIG.in.old - ${SED} -e 's#/opt/www/#${PREFIX}/www/#g' \ - -e 's#htdocs#data#g' \ + ${SED} -e 's#htdocs#data#g' \ -e 's#/conf#/etc#' \ -e 's#/common#/share/htdig#' \ -e 's#/db#/share/htdig#' \ |