summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjmc <jmc>2003-06-25 21:01:47 +0000
committerjmc <jmc>2003-06-25 21:01:47 +0000
commit1534a42343de7bf4746389d9769e14a910f59124 (patch)
tree8cfe04113b8be768993088592e790c30813eef2d /textproc
parentb62a20501ab800dde72876f6e778b571d74d648d (diff)
downloadpkgsrc-1534a42343de7bf4746389d9769e14a910f59124.tar.gz
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..)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/hevea/Makefile6
1 files changed, 3 insertions, 3 deletions
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"