From 1534a42343de7bf4746389d9769e14a910f59124 Mon Sep 17 00:00:00 2001 From: jmc Date: Wed, 25 Jun 2003 21:01:47 +0000 Subject: Redo targets the way the hevea makefile expects it by setting TARGET in the environment. This makes all targets work (where-as before install wouldn't so I'm not sure how this ever functioned..) --- textproc/hevea/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'textproc') diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index 660f9e5f6a4..cf2c3871547 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/06/23 20:36:14 jtb Exp $ +# $NetBSD: Makefile,v 1.4 2003/06/25 21:01:47 jmc Exp $ DISTNAME= hevea-1.05 PKGREVISION= 1 @@ -12,9 +12,9 @@ COMMENT= LaTeX to HTML translator DEPENDS+= ocaml>=3.00:../../lang/ocaml .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "sparc") -ALL_TARGET=opt +MAKE_ENV+= TARGET=opt .else -ALL_TARGET=byte +MAKE_ENV+= TARGET=byte .endif .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3