pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xfishtank Use the right make program when invoked ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37ef5f38a9c2
branches:  trunk
changeset: 516675:37ef5f38a9c2
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Jul 25 15:58:28 2006 +0000

description:
Use the right make program when invoked within the source directory.

diffstat:

 x11/xfishtank/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r e6f40889f9aa -r 37ef5f38a9c2 x11/xfishtank/Makefile
--- a/x11/xfishtank/Makefile    Tue Jul 25 15:34:34 2006 +0000
+++ b/x11/xfishtank/Makefile    Tue Jul 25 15:58:28 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/03/04 21:31:12 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2006/07/25 15:58:28 jlam Exp $
 
 DISTNAME=              xfishtank-2.2
 PKGREVISION=           1
@@ -13,6 +13,6 @@
 NO_INSTALL_MANPAGES=   yes
 
 post-patch:
-       cd ${WRKDIR}/xfishtank2.0; ${MAKE} clean
+       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKEFLAGS} clean
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index