Skip to content

Commit

Permalink
s/${ENV}/${SETENV}/, noted by Kevin P. Neal in connection with PR 19586.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Feb 9, 2003
1 parent 8798553 commit 246e1b5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.51 2003/01/05 13:37:15 dmcmahill Exp $
# $NetBSD: Makefile,v 1.52 2003/02/09 14:38:52 wiz Exp $
#

.include "mk/bsd.prefs.mk"
Expand Down Expand Up @@ -73,7 +73,7 @@ README.html: .PRECIOUS
esac; \
cd ${.CURDIR} ; \
fi; \
${ENV} TMPDIR=${TMPDIR:U/tmp}/mkreadme \
${SETENV} TMPDIR=${TMPDIR:U/tmp}/mkreadme \
BMAKE=${MAKE} AWK=${AWK} EXPR=${EXPR} \
./mk/scripts/mkreadme --pkgsrc ${.CURDIR} \
--packages ${PACKAGES} ${_README_TYPE_FLAG} $$MULTIARCH \
Expand Down
4 changes: 2 additions & 2 deletions cad/electric/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2002/09/21 06:05:55 jlam Exp $
# $NetBSD: Makefile,v 1.4 2003/02/09 14:38:52 wiz Exp $
#

DISTNAME= electric-6.05
Expand All @@ -21,7 +21,7 @@ post-patch:
> ${WRKSRC}/src/include/config.h

post-install:
cd ${WRKSRC} && ${ENV} ${MAKE_ENV} ${MAKE_PROGRAM} install.html
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} install.html

.include "../../mk/motif.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions cad/magic/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2002/09/30 14:54:21 wiz Exp $
# $NetBSD: Makefile,v 1.4 2003/02/09 14:38:53 wiz Exp $
#

DISTNAME= magic-7.1
Expand All @@ -25,6 +25,6 @@ post-patch:

do-configure:
cd ${WRKSRC} && printf "1\n2\n6\n\n\n\n\n\n\n\n\n\n\n" | \
${ENV} ${MAKE_ENV} ./scripts/config
${SETENV} ${MAKE_ENV} ./scripts/config

.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions mk/bsd.pkg.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: bsd.pkg.mk,v 1.1136 2003/01/29 19:34:14 jlam Exp $
# $NetBSD: bsd.pkg.mk,v 1.1137 2003/02/09 14:38:51 wiz Exp $
#
# This file is in the public domain.
#
Expand Down Expand Up @@ -3638,7 +3638,7 @@ show-vulnerabilities-html:
# the target used to generate the README.html file.
.PHONY: README.html
README.html: .PRECIOUS
@${ENV} AWK=${AWK} BMAKE=${MAKE} ../../mk/scripts/mkdatabase -f [email protected]
@${SETENV} AWK=${AWK} BMAKE=${MAKE} ../../mk/scripts/mkdatabase -f [email protected]
@if [ -e ${PACKAGES} ]; then \
cd ${PACKAGES}; \
case `${PWD_CMD}` in \
Expand Down
4 changes: 2 additions & 2 deletions shells/ast-ksh/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# $OpenBSD: Makefile,v 1.5 2001/11/21 01:17:43 naddy Exp $
# $NetBSD: Makefile,v 1.6 2003/01/28 22:04:10 jlam Exp $
# $NetBSD: Makefile,v 1.7 2003/02/09 14:38:53 wiz Exp $

DISTNAME= ast-ksh-${ASTKSH_VERSION}
PKGNAME= ast-ksh-${ASTKSH_VERSION:S/-//g}
Expand Down Expand Up @@ -51,7 +51,7 @@ do-install:
# Part of regression test
do-test:
@cd ${WRKSRC}/src/cmd/ksh93/tests && \
${ENV} SHELL=${PREFIX}/bin/ksh93 ${PREFIX}/bin/ksh93 shtests
${SETENV} SHELL=${PREFIX}/bin/ksh93 ${PREFIX}/bin/ksh93 shtests
# XXX Their 'test' target needs nmake (Korn's another tool)
# @cd ${WRKSRC}; \
# ${SETENV} SHELL=${PDKSH} ${PDKSH} ./bin/package test
Expand Down

0 comments on commit 246e1b5

Please sign in to comment.