From 1fdeb6006f44dd40217693c2318f76e8deac7407 Mon Sep 17 00:00:00 2001 From: billf Date: Sun, 21 Feb 1999 19:58:47 +0000 Subject: Upgrade and associated changes. Prompted By: John-Mark Gurney --- textproc/htdig/Makefile | 15 ++++++++------- textproc/htdig/distinfo | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'textproc') 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 # -# $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#' \ diff --git a/textproc/htdig/distinfo b/textproc/htdig/distinfo index e07adb4b8b9b..e2d45e0a85a3 100644 --- a/textproc/htdig/distinfo +++ b/textproc/htdig/distinfo @@ -1 +1 @@ -MD5 (htdig-3.1.0b4.tar.gz) = c9198672d9ccfca461b5b268fa2ed133 +MD5 (htdig-3.1.1.tar.gz) = fcaf428065fa02c09f2c30e26568b176 -- cgit