summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/py-wxWindows/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-wxWindows/Makefile b/x11/py-wxWindows/Makefile
index 6994edf3309..de5869e1cd6 100644
--- a/x11/py-wxWindows/Makefile
+++ b/x11/py-wxWindows/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/09/01 02:58:56 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.3 2000/09/03 13:51:08 wiz Exp $
#
DISTNAME= wxPython-2.2.0
@@ -24,7 +24,7 @@ do-build:
do-install:
${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
- (cd ${WRKSRC}/src; gmake install)
+ (cd ${WRKSRC}/src; ${GMAKE} install)
(cd ${PYTHON_LIBDIR}/wxPython; \
${PREFIX}/bin/python ${PREFIX}/lib/python1.5/compileall.py . \
${PREFIX}/bin/python -O ${PREFIX}/lib/python1.5/compileall.py . )