diff options
author | billf <billf@FreeBSD.org> | 1999-01-21 04:21:32 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-01-21 04:21:32 +0800 |
commit | 3f9067789ae3054159234f7dc15f2e7d0ec7cb0b (patch) | |
tree | bfbd219be48886448a4a9a545710976fc21cbebf /textproc/htdig/Makefile | |
parent | fefb92473d9e42b31592f0988a7ccabf221fb44c (diff) | |
download | freebsd-ports-gnome-3f9067789ae3054159234f7dc15f2e7d0ec7cb0b.tar.gz freebsd-ports-gnome-3f9067789ae3054159234f7dc15f2e7d0ec7cb0b.tar.zst freebsd-ports-gnome-3f9067789ae3054159234f7dc15f2e7d0ec7cb0b.zip |
(I) add www virtual category, (II) add a mirror site
(III) clean up post-patch target (IV) fix 'Version Required'
Submitted by: (I) max@wide.ad.jp, (II,III,IV) billf
Diffstat (limited to 'textproc/htdig/Makefile')
-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> |