From 497cdd7125f8abe86eec13bb709ecc6625e715f0 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 28 Sep 2005 20:52:18 +0000 Subject: Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL. --- net/py-twisted-docs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/py-twisted-docs') diff --git a/net/py-twisted-docs/Makefile b/net/py-twisted-docs/Makefile index 9ffde82853b..6986e987999 100644 --- a/net/py-twisted-docs/Makefile +++ b/net/py-twisted-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/07/27 16:21:17 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/28 20:52:25 rillig Exp $ # DISTNAME= ${TWISTED_DISTNAME} @@ -10,8 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.twistedmatrix.com/ COMMENT= Framework for writing networked applications -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes USE_LANGUAGES= HTMLDIR= share/doc/py-twisted-docs-${TWISTED_VERSION} -- cgit v1.2.3