2001-11-19 05:47:58 +01:00
|
|
|
# $FreeBSD: www/en/prstats/Makefile,v 1.2 2001/11/18 16:13:07 murray Exp $
|
2001-10-29 03:17:31 +01:00
|
|
|
|
|
|
|
.if exists(../Makefile.conf)
|
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
DOCS= index.sgml
|
2001-11-19 05:47:58 +01:00
|
|
|
|
|
|
|
.if !defined(NO_PRSTATS)
|
2001-11-18 17:13:07 +01:00
|
|
|
SUBDIR+= ../../tools/prstats
|
2001-11-19 05:47:58 +01:00
|
|
|
.else
|
|
|
|
beforeinstall:
|
|
|
|
${PERL} -pi -e 's/SRC=\"gnats/SRC=\"http:\/\/www.FreeBSD.org\/prstats\/gnats/' index.html
|
|
|
|
.endif
|
2001-10-29 03:17:31 +01:00
|
|
|
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|