diff options
author | jlam <jlam> | 2006-07-25 15:58:28 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-25 15:58:28 +0000 |
commit | 1711953ffef283dc02517b619273464f21086c5f (patch) | |
tree | cf6d13c5c5af820c4e2963016e676c9d1a5eed6f /x11/xfishtank | |
parent | 641bc097253ad7f392c429caa5bb3cb7fc3ec960 (diff) | |
download | pkgsrc-1711953ffef283dc02517b619273464f21086c5f.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" |