Put a band-aid on the build breakage.
This commit is contained in:
parent
b252a4c0d9
commit
30f70ecefe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19397
1 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# The FreeBSD Russian Documentation Project
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD: www/ru/ports/Makefile,v 1.5 2003/12/30 18:27:40 andy Exp $
|
||||
# $FreeBSDru: frdp/www/ru/ports/Makefile,v 1.6 2003/12/30 18:26:40 andy Exp $
|
||||
#
|
||||
# Original revision: 1.36
|
||||
|
@ -82,13 +82,13 @@ install: all beforeinstall
|
|||
all install clean:
|
||||
cd ${.CURDIR}; \
|
||||
${MAKE} ${MAKEFLAGS} -f ${.CURDIR}/Makefile.inc0 ${.TARGET}
|
||||
.if defined(WITH_PORTS_GROWTH)
|
||||
cd growth; \
|
||||
${MAKE} ${MAKEFLAGS} ${.TARGET}
|
||||
beforeinstall:
|
||||
.else
|
||||
#.if defined(WITH_PORTS_GROWTH)
|
||||
# cd growth; \
|
||||
# ${MAKE} ${MAKEFLAGS} ${.TARGET}
|
||||
#beforeinstall:
|
||||
#.else
|
||||
beforeinstall:
|
||||
${PERL} -pi -e 's/href=\"growth/href=\"http:\/\/www.FreeBSD.org\/ports\/growth/' index.html
|
||||
.endif
|
||||
#.endif
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
Loading…
Reference in a new issue