diff --git a/en/prstats/Makefile b/en/prstats/Makefile index 678c2f78bb..08d0583644 100644 --- a/en/prstats/Makefile +++ b/en/prstats/Makefile @@ -1,19 +1,19 @@ -# $FreeBSD: www/en/prstats/Makefile,v 1.2 2001/11/18 16:13:07 murray Exp $ +# $FreeBSD: www/en/prstats/Makefile,v 1.3 2001/11/19 04:47:58 murray Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= index.sgml -.if !defined(NO_PRSTATS) +.if defined(WITH_PRSTATS) SUBDIR+= ../../tools/prstats .else beforeinstall: ${PERL} -pi -e 's/SRC=\"gnats/SRC=\"http:\/\/www.FreeBSD.org\/prstats\/gnats/' index.html .endif .include "${WEB_PREFIX}/share/mk/web.site.mk"