From ae3c133ea34e091bf4d8efb26211dc8225d0eb0b Mon Sep 17 00:00:00 2001 From: Hideyuki KURASHINA <rushani@FreeBSD.org> Date: Thu, 27 Jul 2006 13:51:53 +0000 Subject: [PATCH] Merge the following from the English version: 1.4 -> 1.5 prstats/Makefile --- ja/prstats/Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/ja/prstats/Makefile b/ja/prstats/Makefile index 9d737f0ca1..6c511a13d4 100644 --- a/ja/prstats/Makefile +++ b/ja/prstats/Makefile @@ -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"