Merge the following from the English version:

1.4 -> 1.5    prstats/Makefile
This commit is contained in:
Hideyuki KURASHINA 2006-07-27 13:51:53 +00:00
parent 260fd1d8da
commit ae3c133ea3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28380

View file

@ -1,5 +1,5 @@
# $FreeBSD: www/ja/prstats/Makefile,v 1.1 2002/05/13 20:09:04 hrs Exp $
# Original revision: 1.4
# $FreeBSD: www/ja/prstats/Makefile,v 1.2 2002/05/15 17:11:24 hrs Exp $
# Original revision: 1.5
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -13,11 +13,4 @@ DOCS= index.sgml
### Revision checking
REVCHECK= yes
.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"