blob: 17ef644e667f341251be14d84ae9264a4ad3a9b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: htdig
# Version required: 3.0.8b2
# Date created: 18 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $Id: Makefile,v 1.1.1.1 1998/11/18 21:02:48 billf Exp $
#
DISTNAME= htdig-3.1.0b2
PKGNAME= htdig-3.1.0
CATEGORIES= textproc
MASTER_SITES= http://www.htdig.org/files/ \
http://www.FreeBSD.org/~billf/
MAINTAINER= billf@FreeBSD.org
GNU_CONFIGURE= yes
BUILD_TARGET= depends all
BROKEN= package
post-patch:
${MV} ${WRKSRC}/CONFIG.in ${WRKSRC}/CONFIG.in.old
${CAT} ${WRKSRC}/CONFIG.in.old | \
${SED} -e 's#/opt/www/#${PREFIX}/www/#g' | \
${SED} -e 's#htdocs#data#g' >> ${WRKSRC}/CONFIG.in
.include <bsd.port.mk>
|