diff options
author | agc <agc@pkgsrc.org> | 1999-03-08 10:53:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-03-08 10:53:55 +0000 |
commit | 1bb3007c04ad6091bda42ac2a39c7e64b34c1984 (patch) | |
tree | f176e9ec4024673fb56c0c252cdf8c8aa42f657d /graphics/py-imaging/Makefile | |
parent | 73194ee17f95e5ea244bd878b5b9bcde48da4df6 (diff) | |
download | pkgsrc-1bb3007c04ad6091bda42ac2a39c7e64b34c1984.tar.gz |
s/make/${MAKE}/g
Diffstat (limited to 'graphics/py-imaging/Makefile')
-rw-r--r-- | graphics/py-imaging/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index e5857f14375..65f4e5929f0 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/12/27 01:52:07 tsarna Exp $ +# $NetBSD: Makefile,v 1.3 1999/03/08 10:53:56 agc Exp $ DISTNAME= Imaging-0.3b2 PKGNAME= py-imaging-0.3b2 @@ -19,10 +19,10 @@ do-configure: (cd ${WRKSRC}/libImaging; CC="cc -fPIC" ./configure) ${SED} -e 's,@PREFIX@,${PREFIX},g' ${FILESDIR}/Setup.in \ >${WRKSRC}/Setup.in - (cd ${WRKSRC}; make -f Makefile.pre.in boot) + (cd ${WRKSRC}; ${MAKE} -f Makefile.pre.in boot) do-build: - (cd ${WRKSRC}/libImaging; make; cd ..; make) + (cd ${WRKSRC}/libImaging; ${MAKE}; cd ..; ${MAKE}) post-build: (cd ${WRKSRC}/PIL; python ${PREFIX}/lib/python1.5/compileall.py .) |