From 30f70ecefe2b101039a132478beccfdd424c1e72 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Wed, 31 Dec 2003 10:47:25 +0000 Subject: [PATCH] Put a band-aid on the build breakage. --- ru/ports/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ru/ports/Makefile b/ru/ports/Makefile index bf04deb0f0..83e49e42ab 100644 --- a/ru/ports/Makefile +++ b/ru/ports/Makefile @@ -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"