diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-01-20 20:21:32 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-01-20 20:21:32 +0000 |
commit | ef2b002d3e4f7a8be48cd8f9ff19c28866cbf283 (patch) | |
tree | b7b7cba045abe1cdd5921aff8c81ae0d2a829a33 /textproc/htdig | |
parent | 2daa1c1c9b7c2f2c6cf0f29cadf53cb933551da4 (diff) | |
download | ports-ef2b002d3e4f7a8be48cd8f9ff19c28866cbf283.tar.gz ports-ef2b002d3e4f7a8be48cd8f9ff19c28866cbf283.zip |
Notes
Diffstat (limited to 'textproc/htdig')
-rw-r--r-- | textproc/htdig/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index 99b98180a512..8163d31e5608 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -1,15 +1,16 @@ # New ports collection makefile for: htdig -# Version required: 3.0.8b2 +# Version required: 3.1.0b2 # Date created: 18 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.3 1998/11/23 21:40:29 billf Exp $ +# $Id: Makefile,v 1.4 1999/01/13 02:47:31 scrappy Exp $ # DISTNAME= htdig-3.1.0b2 PKGNAME= htdig-3.1.0 -CATEGORIES= textproc +CATEGORIES= textproc www MASTER_SITES= http://www.htdig.org/files/ \ + ftp://ftp.medasys-digital-systems.fr/mirror/htdig/files/ \ http://www.FreeBSD.org/~billf/ MAINTAINER= billf@FreeBSD.org @@ -22,12 +23,11 @@ BUILD_TARGET= depends all post-patch: ${MV} ${WRKSRC}/CONFIG.in ${WRKSRC}/CONFIG.in.old - ${CAT} ${WRKSRC}/CONFIG.in.old | \ ${SED} -e 's#/opt/www/#${PREFIX}/www/#g' \ -e 's#htdocs#data#g' \ -e 's#/conf#/etc#' \ -e 's#/common#/share/htdig#' \ -e 's#/db#/share/htdig#' \ - >> ${WRKSRC}/CONFIG.in + ${WRKSRC}/CONFIG.in.old >> ${WRKSRC}/CONFIG.in .include <bsd.port.mk> |