pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ffcall run ${MAKE_PROGRAM}, not ${MAKE}, and set...
details: https://anonhg.NetBSD.org/pkgsrc/rev/31d2af22f422
branches: trunk
changeset: 467564:31d2af22f422
user: grant <grant%pkgsrc.org@localhost>
date: Tue Feb 03 01:43:32 2004 +0000
description:
run ${MAKE_PROGRAM}, not ${MAKE}, and set the environment
appropriately.
diffstat:
devel/ffcall/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 2e43eb51e34a -r 31d2af22f422 devel/ffcall/Makefile
--- a/devel/ffcall/Makefile Tue Feb 03 01:42:23 2004 +0000
+++ b/devel/ffcall/Makefile Tue Feb 03 01:43:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/07/21 16:43:20 martti Exp $
+# $NetBSD: Makefile,v 1.15 2004/02/03 01:43:32 grant Exp $
DISTNAME= ffcall-1.8d
PKGNAME= ffcall-1.8.4
@@ -40,6 +40,6 @@
# Run the supplied tests to sanity check everything
#
post-build:
- cd ${WRKSRC} && ${MAKE} check
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} check
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index