mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
ef2b002d3e
(III) clean up post-patch target (IV) fix 'Version Required' Submitted by: (I) max@wide.ad.jp, (II,III,IV) billf
34 lines
853 B
Makefile
34 lines
853 B
Makefile
# New ports collection makefile for: htdig
|
|
# Version required: 3.1.0b2
|
|
# Date created: 18 August 1998
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
#
|
|
# $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 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
|
|
|
|
Y2K= http://www.htdig.org/FAQ.html#q1.7
|
|
|
|
GNU_CONFIGURE= yes
|
|
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' \
|
|
-e 's#/conf#/etc#' \
|
|
-e 's#/common#/share/htdig#' \
|
|
-e 's#/db#/share/htdig#' \
|
|
${WRKSRC}/CONFIG.in.old >> ${WRKSRC}/CONFIG.in
|
|
|
|
.include <bsd.port.mk>
|