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. --- pkgtools/xpkgwedge/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgtools/xpkgwedge') diff --git a/pkgtools/xpkgwedge/Makefile b/pkgtools/xpkgwedge/Makefile index 646235d191d..890a0abae67 100644 --- a/pkgtools/xpkgwedge/Makefile +++ b/pkgtools/xpkgwedge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2005/06/14 20:12:51 jlam Exp $ +# $NetBSD: Makefile,v 1.59 2005/09/28 20:52:25 rillig Exp $ DISTNAME= xpkgwedge-1.14 CATEGORIES= pkgtools devel x11 @@ -14,8 +14,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} EXTRACT_ONLY= # empty USE_LANGUAGES= # empty -NO_CONFIGURE= # defined -NO_CHECKSUM= # defined +NO_CONFIGURE= yes +NO_CHECKSUM= yes .include "../../mk/bsd.prefs.mk" .if ${LOCALBASE} == ${X11BASE} -- cgit v1.2.3