2bd6832fa9
prstats/Makefile - "Echigo BSD Users Group" is the official name of the group and should not be described in Japanese: support.sgml Requested by: Hideyuki KURASHINA <rushani@bl.mmtr.or.jp>
23 lines
501 B
Makefile
23 lines
501 B
Makefile
# $FreeBSD: www/ja/prstats/Makefile,v 1.1 2002/05/13 20:09:04 hrs Exp $
|
|
# Original revision: 1.4
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
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"
|