summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-25 15:58:28 +0000
committerjlam <jlam>2006-07-25 15:58:28 +0000
commit1711953ffef283dc02517b619273464f21086c5f (patch)
treecf6d13c5c5af820c4e2963016e676c9d1a5eed6f /x11
parent641bc097253ad7f392c429caa5bb3cb7fc3ec960 (diff)
downloadpkgsrc-1711953ffef283dc02517b619273464f21086c5f.tar.gz
Use the right make program when invoked within the source directory.
Diffstat (limited to 'x11')
-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"