From 4e79085c76d137332c22a7250a1d71af8a54d788 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. --- shells/bash2-doc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shells/bash2-doc') diff --git a/shells/bash2-doc/Makefile b/shells/bash2-doc/Makefile index 641550478ae..73c0f8becac 100644 --- a/shells/bash2-doc/Makefile +++ b/shells/bash2-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/07/15 18:27:53 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/09/28 20:52:26 rillig Exp $ DISTNAME= bash-doc-2.05b PKGNAME= bash-doc-2.05.2 @@ -13,8 +13,8 @@ COMMENT= Documentation for the GNU Bourne Again Shell CONFLICTS= bash<=2.05nb1 WRKSRC= ${WRKDIR}/doc -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes USE_TOOLS+= gzip -- cgit v1.2.3