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. --- editors/ce-doc/Makefile | 4 ++-- editors/vile/Makefile | 4 ++-- editors/xvile/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'editors') diff --git a/editors/ce-doc/Makefile b/editors/ce-doc/Makefile index 3a8c46c88da..ca546d8918b 100644 --- a/editors/ce-doc/Makefile +++ b/editors/ce-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/01/08 07:46:15 schmonz Exp $ +# $NetBSD: Makefile,v 1.4 2005/09/28 20:52:20 rillig Exp $ # .include "../ce/Makefile.common" @@ -8,7 +8,7 @@ COMMENT+= , documentation PKG_INSTALLATION_TYPES= overwrite pkgviews -NO_BUILD= # defined +NO_BUILD= yes INSTALL_TARGET= doc-install diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 6e3dfb668bc..daf8b9bc02a 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2005/09/27 22:49:27 agc Exp $ +# $NetBSD: Makefile,v 1.44 2005/09/28 20:52:20 rillig Exp $ DISTNAME= vile-9.5 CATEGORIES= editors @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://dickey.his.com/vile/vile.html COMMENT= VI Like Emacs. a vi "workalike", with many additional features -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-perl CONFIGURE_ARGS+= --datadir=${DATADIR} CONFIGURE_ARGS+= --with-libdir-path=${FILTERDIR} diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 17290411102..4ba33b70dd1 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2005/09/28 09:44:30 agc Exp $ +# $NetBSD: Makefile,v 1.48 2005/09/28 20:52:20 rillig Exp $ DISTNAME= vile-9.5 PKGNAME= xvile-9.5 @@ -12,7 +12,7 @@ HOMEPAGE= http://dickey.his.com/vile/vile.html COMMENT= VI Like Emacs, X11 version -- a fully "X aware" vi work-alike -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-perl CONFIGURE_ARGS+= --datadir=${DATADIR} CONFIGURE_ARGS+= --with-libdir-path=${FILTERDIR} -- cgit v1.2.3