Don't build www/es/ports if WEB_ONLY defined
This commit is contained in:
parent
e905a45242
commit
9bc3616f61
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6609
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD$
|
||||
# $FreeBSD: www/es/Makefile,v 1.7 1999/09/06 07:02:59 peter Exp $
|
||||
|
||||
.if exists(Makefile.conf)
|
||||
.include "Makefile.conf"
|
||||
|
@ -40,10 +40,12 @@ SUBDIR+= internal
|
|||
SUBDIR+= copyright
|
||||
SUBDIR+= search
|
||||
#SUBDIR+= gallery
|
||||
SUBDIR+= ports
|
||||
SUBDIR+= projects
|
||||
SUBDIR+= releases
|
||||
#SUBDIR+= doc-es
|
||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
SUBDIR+= ports
|
||||
.endif
|
||||
|
||||
# Non-SGML
|
||||
#SUBDIR+= gifs
|
||||
|
|
Loading…
Reference in a new issue