Mis-spelt a variable...

This commit is contained in:
Marc G. Fournier 1999-03-11 20:17:54 +00:00
parent 6b0622eb5f
commit 9fd9633758
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4508

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.18 1999-03-11 20:16:05 scrappy Exp $
# $Id: Makefile,v 1.19 1999-03-11 20:17:54 scrappy Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -50,6 +50,6 @@ Makefile.gen: index.sgml .NOTMAIN
index.sgml: ${INDEX} ${Y2K} ${WWW} packages.exists portindex ports.inc .NOTMAIN
rm -f *.sgml
${PORTINDEX} ${INDEX} {$Y2K} ${WWW}
${PORTINDEX} ${INDEX} ${Y2K} ${WWW}
.include "../web.mk"