pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/crack streamlined syntax, using ${SETENV} ins...
details: https://anonhg.NetBSD.org/pkgsrc/rev/adb6b6065a81
branches: trunk
changeset: 569128:adb6b6065a81
user: schwarz <schwarz%pkgsrc.org@localhost>
date: Sat Jan 09 14:42:04 2010 +0000
description:
streamlined syntax, using ${SETENV} instead of env.
diffstat:
security/crack/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 07d370e2a4f5 -r adb6b6065a81 security/crack/Makefile
--- a/security/crack/Makefile Sat Jan 09 12:25:20 2010 +0000
+++ b/security/crack/Makefile Sat Jan 09 14:42:04 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2010/01/03 14:30:37 schwarz Exp $
+# $NetBSD: Makefile,v 1.27 2010/01/09 14:42:04 schwarz Exp $
DISTNAME= crack5.0
PKGNAME= crack-5.0
@@ -37,7 +37,7 @@
@${CHMOD} a+rx ${WRKSRC}/Crack
do-build:
- cd ${WRKSRC} ; env ${MAKE_ENV} ./Crack -makeonly
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./Crack -makeonly
do-install:
@${INSTALL_DATA_DIR} ${PREFIX}/libexec/crack
Home |
Main Index |
Thread Index |
Old Index