diff options
author | wiz <wiz> | 2000-09-03 13:51:08 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-09-03 13:51:08 +0000 |
commit | 8fdf4534247394eb49e5d5fd648b2e2ad73a006a (patch) | |
tree | 1acae62ab6a121ebae7308be0d23f2959899f80b /x11/py-wxWindows | |
parent | b74ca06764be736b1f25d44ae5145252ab2b7667 (diff) | |
download | pkgsrc-8fdf4534247394eb49e5d5fd648b2e2ad73a006a.tar.gz |
gmake -> ${GMAKE}
Diffstat (limited to 'x11/py-wxWindows')
-rw-r--r-- | x11/py-wxWindows/Makefile | 4 |
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 . ) |