summaryrefslogtreecommitdiff
path: root/x11/tk-Tix
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-04-16 14:06:53 +0000
committerseb <seb@pkgsrc.org>2002-04-16 14:06:53 +0000
commitfd720cebcde01878adc5b5d9e06fe9a9add5104d (patch)
tree7cbee4dbbc41e5d2c3e93d78e181ef94c5321adc /x11/tk-Tix
parent6c4785c99290c5e406f368e30bc74c05d2467e53 (diff)
downloadpkgsrc-fd720cebcde01878adc5b5d9e06fe9a9add5104d.tar.gz
Follow established practise about passing environment variables to sub-${MAKE}
i.e. using ${SETENV}.
Diffstat (limited to 'x11/tk-Tix')
-rw-r--r--x11/tk-Tix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tk-Tix/Makefile b/x11/tk-Tix/Makefile
index 2ca1b80a43e..42e6ac09389 100644
--- a/x11/tk-Tix/Makefile
+++ b/x11/tk-Tix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/04/15 08:19:02 he Exp $
+# $NetBSD: Makefile,v 1.2 2002/04/16 14:06:53 seb Exp $
#
DISTNAME= tix8.2.0b1
@@ -19,7 +19,7 @@ USE_BUILDLINK_ONLY= YES
WRKSRC= ${WRKDIR}/tix8.2.0/unix
test:
- @(cd ${WRKSRC}; ${MAKE_ENV} ${MAKE} test)
+ @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} test)
.include "../../mk/x11.buildlink.mk"
.include "../../x11/tk/buildlink.mk"