diff options
author | wiz <wiz@pkgsrc.org> | 2003-08-12 06:51:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-08-12 06:51:39 +0000 |
commit | c5958f1704704c72800e9d6fa98af2ae1227a35d (patch) | |
tree | 3b47ac1eadfb806e14a0eaf32ef95ba244749dc5 /net | |
parent | 21211ccaeea4d26d7d2688e8cc2a4c54b3914e67 (diff) | |
download | pkgsrc-c5958f1704704c72800e9d6fa98af2ae1227a35d.tar.gz |
s/ENV/SETENV/, from Todd Vierling in PR 22442.
Diffstat (limited to 'net')
-rw-r--r-- | net/netcat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netcat/Makefile b/net/netcat/Makefile index 4ec85e151a4..bb3814c5949 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/09 20:53:07 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/08/12 06:51:39 wiz Exp $ DISTNAME= nc110 PKGNAME= netcat-1.10 @@ -26,7 +26,7 @@ EXAMPLE_DIR= share/examples/nc PLIST_SRC= ${PKGDIR}/PLIST ${WRKSRC}/data/PLIST.data post-build: - @cd ${WRKSRC}/data && ${ENV} ${MAKE_ENV} ${MAKE} ${EXTRA_PROGS} + @cd ${WRKSRC}/data && ${SETENV} ${MAKE_ENV} ${MAKE} ${EXTRA_PROGS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nc ${PREFIX}/sbin |