diff options
author | agc <agc> | 1999-03-08 10:53:55 +0000 |
---|---|---|
committer | agc <agc> | 1999-03-08 10:53:55 +0000 |
commit | 2f6c7bf0f656b5c84e7c2506ecbbdd226680e319 (patch) | |
tree | f176e9ec4024673fb56c0c252cdf8c8aa42f657d /security/py-crypto | |
parent | 1afe071d757e38ce4bbaff70311df6e48e4bfe4f (diff) | |
download | pkgsrc-2f6c7bf0f656b5c84e7c2506ecbbdd226680e319.tar.gz |
s/make/${MAKE}/g
Diffstat (limited to 'security/py-crypto')
-rw-r--r-- | security/py-crypto/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-crypto/Makefile b/security/py-crypto/Makefile index bef5497fc4e..5c0cb5f8e2f 100644 --- a/security/py-crypto/Makefile +++ b/security/py-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/12/18 00:42:40 tsarna Exp $ +# $NetBSD: Makefile,v 1.7 1999/03/08 10:53:57 agc Exp $ DISTNAME= pycrypt100 PKGNAME= py-crypto-1.0.0 @@ -30,10 +30,10 @@ do-configure: @(cd ${WRKSRC}; ${PREFIX}/bin/python buildkit) ${CP} ${PREFIX}/lib/python1.5/config/Makefile.pre.in ${WRKSRC}/src ${CP} ${WRKSRC}/Setup.in ${WRKSRC}/src - @(cd ${WRKSRC}/src; make -f Makefile.pre.in boot) + @(cd ${WRKSRC}/src; ${MAKE} -f Makefile.pre.in boot) do-build: - @(cd ${WRKSRC}/src; make) + @(cd ${WRKSRC}/src; ${MAKE}) ${PREFIX}/bin/python ${PREFIX}/lib/python1.5/compileall.py \ ${WRKSRC}/Lib ${PREFIX}/bin/python -O ${PREFIX}/lib/python1.5/compileall.py \ |