diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 63e84b1b84449ee2d7305c779da111b57099caf4 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /net/py-twisted-docs | |
parent | d3860910249fb12e019d47196d7d1d1bfb361f20 (diff) | |
download | pkgsrc-63e84b1b84449ee2d7305c779da111b57099caf4.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'net/py-twisted-docs')
-rw-r--r-- | net/py-twisted-docs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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} |