From 24e08c9d909eabe747014f8c3d0a681e2c4d4bbc Mon Sep 17 00:00:00 2001 From: Jesus Rodriguez Cuesta Date: Sat, 30 Jun 2001 20:31:48 +0000 Subject: [PATCH] Undo the last commit. It was my own modified Makefile. This is the right one. --- es/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/es/Makefile b/es/Makefile index a4ddacc448..3c3e87064d 100644 --- a/es/Makefile +++ b/es/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: www/es/Makefile,v 1.9 2000/11/29 23:56:55 kuriyama Exp $ +# $FreeBSD: www/es/Makefile,v 1.10 2001/06/30 20:27:52 jesusr Exp $ .if exists(Makefile.conf) .include "Makefile.conf" @@ -71,5 +71,4 @@ SGMLOPTS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr WEBDIR= data/es -.include "/home/jesusr/cvs/www/share/mk/web.site.mk" - +.include "${WEB_PREFIX}/share/mk/web.site.mk"