From a16fc84f19dd8bf3201242f9e04334979fbebb2f Mon Sep 17 00:00:00 2001 From: agc Date: Sun, 9 Sep 2001 20:36:07 +0000 Subject: Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). --- net/py-xmlrpclib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/py-xmlrpclib') diff --git a/net/py-xmlrpclib/Makefile b/net/py-xmlrpclib/Makefile index a0d43aa33a4..72c6480ee7e 100644 --- a/net/py-xmlrpclib/Makefile +++ b/net/py-xmlrpclib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/05/19 12:50:56 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:39 agc Exp $ # DISTNAME= xmlrpc-0.9.8-990621 @@ -11,7 +11,7 @@ MAINTAINER= drochner@netbsd.org HOMEPAGE= http://www.pythonware.com/products/xmlrpc/ COMMENT= implementation of the XML-RPC protocol for Python -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR} NO_BUILD= yes USE_PYTHON= yes -- cgit v1.2.3