summaryrefslogtreecommitdiff
path: root/x11/xfishtank
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-25 15:58:28 +0000
committerjlam <jlam@pkgsrc.org>2006-07-25 15:58:28 +0000
commit30369dc928ea9b68d2d0b8c151b9ab84ee0983f8 (patch)
treecf6d13c5c5af820c4e2963016e676c9d1a5eed6f /x11/xfishtank
parent2977ff17fc01895f6151821e3843bd6fa43f312d (diff)
downloadpkgsrc-30369dc928ea9b68d2d0b8c151b9ab84ee0983f8.tar.gz
Use the right make program when invoked within the source directory.
Diffstat (limited to 'x11/xfishtank')
-rw-r--r--x11/xfishtank/Makefile4
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"