diff options
author | billf <billf@FreeBSD.org> | 1999-05-31 21:11:50 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-05-31 21:11:50 +0000 |
commit | 00753de756e75bd5a9be170fc615a24b3e736d69 (patch) | |
tree | 53754f72289e20fc37c4d5cf22071b52c96ed9b4 /textproc/htdig | |
parent | eca91ed0cb1396161819feafc5eba36bcd0df06d (diff) | |
download | FreeBSD-ports-00753de756e75bd5a9be170fc615a24b3e736d69.zip FreeBSD-ports-00753de756e75bd5a9be170fc615a24b3e736d69.tar.gz |
Upgrade to version 3.1.2
PR: ports/11722
Submitted by: Tomaz Borstnar <tomaz.borstnar@over.net>
Diffstat (limited to 'textproc/htdig')
-rw-r--r-- | textproc/htdig/Makefile | 11 | ||||
-rw-r--r-- | textproc/htdig/distinfo | 2 |
2 files changed, 8 insertions, 5 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index fa88781..51953a6 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -3,15 +3,14 @@ # Date created: 18 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.6 1999/02/09 15:08:31 billf Exp $ +# $Id: Makefile,v 1.7 1999/02/21 19:58:47 billf Exp $ # -DISTNAME= htdig-3.1.1 +DISTNAME= htdig-3.1.2 CATEGORIES= textproc www MASTER_SITES= http://www.htdig.org/files/ \ ftp://ftp.ntua.gr/pub/www/htdig/ \ ftp://ftp.htdig.org/pub/htdig/ \ - http://www.FreeBSD.org/~billf/ MAINTAINER= billf@FreeBSD.org @@ -23,6 +22,10 @@ CONFIGURE_ARGS= --with-cgi-bin-dir=${PREFIX}/www/cgi-bin \ --with-search-dir=${PREFIX}/www/data BUILD_TARGET= depends all +# XXX - Please see patches/patch-aa, as it modifies this +# file too. This is wrong, and one day I'll make sed do +# everything. + post-patch: ${MV} ${WRKSRC}/CONFIG.in ${WRKSRC}/CONFIG.in.old @@ -30,6 +33,6 @@ post-patch: -e 's#/conf#/etc#' \ -e 's#/common#/share/htdig#' \ -e 's#/db#/share/htdig#' \ - ${WRKSRC}/CONFIG.in.old >> ${WRKSRC}/CONFIG.in + ${WRKSRC}/CONFIG.in.old > ${WRKSRC}/CONFIG.in .include <bsd.port.mk> diff --git a/textproc/htdig/distinfo b/textproc/htdig/distinfo index e2d45e0..c9715fe 100644 --- a/textproc/htdig/distinfo +++ b/textproc/htdig/distinfo @@ -1 +1 @@ -MD5 (htdig-3.1.1.tar.gz) = fcaf428065fa02c09f2c30e26568b176 +MD5 (htdig-3.1.2.tar.gz) = ddd0305d420e2d6025694d4e1448d5f7 |