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 | 69170e5ae7ed6591081aa1bb197f9a139af58f71 (patch) | |
tree | cf6d13c5c5af820c4e2963016e676c9d1a5eed6f /x11/xfishtank | |
parent | 57b833060e19ca1ac9a4aa5412c06dc695d73472 (diff) | |
download | pkgsrc-69170e5ae7ed6591081aa1bb197f9a139af58f71.tar.gz |
Use the right make program when invoked within the source directory.
Diffstat (limited to 'x11/xfishtank')
-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" |