Revert condition to generate local PR status images. Now images
will be generated as part of build process if you have defined WITH_PRSTATS variable only. www/ tree can be build with default settings now even if tcl or gnats db is missing on your machine :-) Agreed to: murray (author)
This commit is contained in:
parent
e7c47208c2
commit
ade0140096
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11353
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $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"
|
||||
|
@ -9,7 +9,7 @@
|
|||
|
||||
DOCS= index.sgml
|
||||
|
||||
.if !defined(NO_PRSTATS)
|
||||
.if defined(WITH_PRSTATS)
|
||||
SUBDIR+= ../../tools/prstats
|
||||
.else
|
||||
beforeinstall:
|
||||
|
|
Loading…
Reference in a new issue