pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/netcat s/ENV/SETENV/, from Todd Vierling in PR 22442.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d160395dd529
branches:  trunk
changeset: 459929:d160395dd529
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 12 06:51:39 2003 +0000

description:
s/ENV/SETENV/, from Todd Vierling in PR 22442.

diffstat:

 net/netcat/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 736c611fc821 -r d160395dd529 net/netcat/Makefile
--- a/net/netcat/Makefile       Tue Aug 12 06:44:35 2003 +0000
+++ b/net/netcat/Makefile       Tue Aug 12 06:51:39 2003 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index