diff options
author | drochner <drochner@pkgsrc.org> | 2002-10-24 13:05:33 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-10-24 13:05:33 +0000 |
commit | d40de07c444725431a7b423e441e92abbe125f26 (patch) | |
tree | a1a415e5760f7eae05b4133c231c304b4999078c /net/py-google | |
parent | 23297d02a2cbc13936681252ed7c851e962f092a (diff) | |
download | pkgsrc-d40de07c444725431a7b423e441e92abbe125f26.tar.gz |
call the builink file "buildlink2.mk" (it doesn't do anything different
for simple Python packages however)
Diffstat (limited to 'net/py-google')
-rw-r--r-- | net/py-google/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-google/Makefile b/net/py-google/Makefile index 37479c3366f..da752bf4d1e 100644 --- a/net/py-google/Makefile +++ b/net/py-google/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/10/09 11:58:18 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/24 13:05:33 drochner Exp $ # DISTNAME= pygoogle-0.5.2 @@ -18,6 +18,6 @@ USE_BUILDLINK2= yes post-extract: ${RM} ${WRKSRC}/soap.py -.include "../../net/py-soappy/buildlink.mk" +.include "../../net/py-soappy/buildlink2.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |