MFen (1.28 -> 1.29).
This commit is contained in:
parent
b1a9016b5d
commit
587cdea767
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8305
1 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD: www/ja/ports/Makefile,v 1.18 2000/04/24 02:13:37 kuriyama Exp $
|
||||
# $FreeBSD: www/ja/ports/Makefile,v 1.19 2000/10/02 07:54:40 kuriyama Exp $
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.28
|
||||
# Original revision: 1.29
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -15,7 +15,13 @@ CVS_OPT+= -Q
|
|||
CVS_OPT+= -R
|
||||
.endif
|
||||
|
||||
|
||||
#
|
||||
# This hack is allows to build www/ tree for case when ports/ located
|
||||
# in other repository, for example Repository of Translation Project
|
||||
#
|
||||
.if defined(PORTSCVSROOT) && !empty(PORTSCVSROOT)
|
||||
CVS_OPT+= -d ${PORTSCVSROOT}
|
||||
.endif
|
||||
|
||||
.if defined(NOPORTSCVS)
|
||||
${INDEX}: $${PORTSBASE}/${PINDEX}
|
||||
|
|
Loading…
Reference in a new issue