summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
committerrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
commit5946936ffcde6674d4e6801abd4a757acd269dd5 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /editors
parent2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff)
downloadpkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'editors')
-rw-r--r--editors/ce-doc/Makefile4
-rw-r--r--editors/vile/Makefile4
-rw-r--r--editors/xvile/Makefile4
3 files changed, 6 insertions, 6 deletions
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}