diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-25 15:58:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-25 15:58:28 +0000 |
commit | 30369dc928ea9b68d2d0b8c151b9ab84ee0983f8 (patch) | |
tree | cf6d13c5c5af820c4e2963016e676c9d1a5eed6f /x11 | |
parent | 2977ff17fc01895f6151821e3843bd6fa43f312d (diff) | |
download | pkgsrc-30369dc928ea9b68d2d0b8c151b9ab84ee0983f8.tar.gz |
Use the right make program when invoked within the source directory.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfishtank/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xfishtank/Makefile b/x11/xfishtank/Makefile index ac65aa39a56..3af6e6a2d21 100644 --- a/x11/xfishtank/Makefile +++ b/x11/xfishtank/Makefile @@ -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 @@ USE_IMAKE= yes 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" |