summaryrefslogtreecommitdiff
path: root/textproc
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
commit63e84b1b84449ee2d7305c779da111b57099caf4 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /textproc
parentd3860910249fb12e019d47196d7d1d1bfb361f20 (diff)
downloadpkgsrc-63e84b1b84449ee2d7305c779da111b57099caf4.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/awf/Makefile4
-rw-r--r--textproc/cdif/Makefile6
-rw-r--r--textproc/crimson/Makefile6
-rw-r--r--textproc/html2wml/Makefile4
-rw-r--r--textproc/latex2html/Makefile4
5 files changed, 12 insertions, 12 deletions
diff --git a/textproc/awf/Makefile b/textproc/awf/Makefile
index b5491a29f84..b760a8234e7 100644
--- a/textproc/awf/Makefile
+++ b/textproc/awf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/11 21:47:33 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/09/28 20:52:27 rillig Exp $
#
DISTNAME= nroff-clone
@@ -15,7 +15,7 @@ COMMENT= Text formatter (nroff-clone) written in awk
EXTRACT_CMD= ${DECOMPRESS_CMD.shar.Z} ${DOWNLOADED_DISTFILE} | ${SED} -e '1,/^\#!/d' | ${SH}
WRKSRC= ${WRKDIR}
-NO_TOOLS= # defined
+NO_TOOLS= yes
NO_WRAPPER= # defined
SUBST_CLASSES+= awflib
diff --git a/textproc/cdif/Makefile b/textproc/cdif/Makefile
index 22e05e96c8b..3a8670a4d42 100644
--- a/textproc/cdif/Makefile
+++ b/textproc/cdif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/07/16 01:19:23 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2005/09/28 20:52:27 rillig Exp $
#
DISTNAME= cdif-1.15
@@ -14,8 +14,8 @@ LICENSE= no-commercial-use
WRKSRC= ${WRKDIR}
USE_TOOLS+= perl:run
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
+NO_CONFIGURE= yes
+NO_BUILD= yes
INSTALLATION_DIRS= bin
do-extract:
diff --git a/textproc/crimson/Makefile b/textproc/crimson/Makefile
index aa24da76846..b863b935c11 100644
--- a/textproc/crimson/Makefile
+++ b/textproc/crimson/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/04/11 21:47:33 tv Exp $
+# $NetBSD: Makefile,v 1.19 2005/09/28 20:52:27 rillig Exp $
#
# We use the binary distribution of crimson because otherwise we
# have a bootstrap-loop between apache-ant and crimson, each of which
@@ -16,8 +16,8 @@ COMMENT= Apache.org implementation of JAXP, SAX, and DOM
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_JAVA= run
USE_JAVA2= yes
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
+NO_CONFIGURE= yes
+NO_BUILD= yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/java
diff --git a/textproc/html2wml/Makefile b/textproc/html2wml/Makefile
index b5bd88efb41..5e592a15c9e 100644
--- a/textproc/html2wml/Makefile
+++ b/textproc/html2wml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/07/16 19:10:40 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:27 rillig Exp $
DISTNAME= html2wml-0.4.8r2
PKGNAME= html2wml-0.4.8.2
@@ -15,7 +15,7 @@ DEPENDS+= p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser
DEPENDS+= p5-Text-Template>=1.31:../../textproc/p5-Text-Template
DEPENDS+= p5-XML-LibXML>=1.31:../../textproc/p5-XML-LibXML
-NO_BUILD= # defined
+NO_BUILD= yes
USE_TOOLS+= perl:run
REPLACE_PERL= ${WRKSRC}/html2wml.cgi
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile
index ff7d85e0a20..9b0127ad87d 100644
--- a/textproc/latex2html/Makefile
+++ b/textproc/latex2html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/09/14 07:41:52 pooka Exp $
+# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:27 rillig Exp $
DISTNAME= latex2html-2002-2-1
PKGNAME= latex2html-2002.2.1
@@ -14,7 +14,7 @@ DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin
DEPENDS+= netpbm>=10.29nb2:../../graphics/netpbm
USE_TOOLS+= perl:run
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"