summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorrillig <rillig>2006-04-22 09:22:05 +0000
committerrillig <rillig>2006-04-22 09:22:05 +0000
commita02c89bda9d5e9dee1db9ae2d94e9f4eb1b7746b (patch)
tree7693d63ffaaa57cf44393c3f1b19100370b24b85 /textproc
parent0ada12bc8fc62e823ba4ada58764c4cf3d8b93da (diff)
downloadpkgsrc-a02c89bda9d5e9dee1db9ae2d94e9f4eb1b7746b.tar.gz
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/awf/Makefile4
-rw-r--r--textproc/convertlit/Makefile4
-rw-r--r--textproc/glimpse/Makefile4
-rw-r--r--textproc/gtkspell/Makefile4
-rw-r--r--textproc/helpdeco/Makefile4
-rw-r--r--textproc/lq-sp/Makefile4
-rw-r--r--textproc/py-gdick/Makefile4
-rw-r--r--textproc/py-libxml2/Makefile4
-rw-r--r--textproc/py-libxslt/Makefile4
-rw-r--r--textproc/ruby-rdtool/Makefile4
10 files changed, 20 insertions, 20 deletions
diff --git a/textproc/awf/Makefile b/textproc/awf/Makefile
index ac7afbcf016..71f8aa7c56b 100644
--- a/textproc/awf/Makefile
+++ b/textproc/awf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:45 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2006/04/22 09:22:15 rillig Exp $
#
DISTNAME= nroff-clone
@@ -16,7 +16,7 @@ EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SED} -e '1,/^\#!/d' | ${SH}
WRKSRC= ${WRKDIR}
SUBST_CLASSES+= awflib
-SUBST_MESSAGE.awflib= "Fixing awf library path and awk pathname."
+SUBST_MESSAGE.awflib= Fixing awf library path and awk pathname.
SUBST_FILES.awflib= Makefile awf awf.1
SUBST_SED.awflib+= -e 's|/usr/lib/awf|${PREFIX}/share/awf|'
SUBST_SED.awflib+= -e 's|@AWK@|${AWK}|g'
diff --git a/textproc/convertlit/Makefile b/textproc/convertlit/Makefile
index 904cdcacaad..a34b5d0bb4b 100644
--- a/textproc/convertlit/Makefile
+++ b/textproc/convertlit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/03/04 21:30:45 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2006/04/22 09:22:15 rillig Exp $
#
# In order to ensure compliance with U.S. and international law, please
# do not modify this file to provide pointers to the source or homepage
@@ -23,7 +23,7 @@ USE_TOOLS+= gmake
SUBST_CLASSES+= d2u
SUBST_STAGE.d2u= pre-configure
-SUBST_MESSAGE.d2u= "Stripping CRLF line ends."
+SUBST_MESSAGE.d2u= Stripping CRLF line ends.
SUBST_FILES.d2u+= *.h *.c */*.h */*.c */*/*.h */*/*.c
SUBST_FILTER_CMD.d2u= ${TR} -d '\r'
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile
index b9480fdf790..4de0c3c5663 100644
--- a/textproc/glimpse/Makefile
+++ b/textproc/glimpse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/03/04 21:30:46 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2006/04/22 09:22:15 rillig Exp $
DISTNAME= glimpse-4.18.0
PKGREVISION= 1
@@ -10,7 +10,7 @@ HOMEPAGE= http://webglimpse.net/
COMMENT= Text search engine
LICENSE= glimpse-license
-RESTRICTED= "Restrictive copyright (don't sell for profit)"
+RESTRICTED= Restrictive copyright (don't sell for profit)
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile
index 4912918baee..d631c94e842 100644
--- a/textproc/gtkspell/Makefile
+++ b/textproc/gtkspell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2006/04/17 13:46:09 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2006/04/22 09:22:15 rillig Exp $
DISTNAME= gtkspell-2.0.11
PKGREVISION= 3
@@ -16,7 +16,7 @@ GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= gtkspell-2.0.pc.in
SUBST_CLASSES+= subdir
-SUBST_MESSAGE.subdir= "Excluding unnecessary subdirs."
+SUBST_MESSAGE.subdir= Excluding unnecessary subdirs.
SUBST_STAGE.subdir= post-patch
SUBST_FILES.subdir= Makefile.in
SUBST_SED.subdir= -e 's|SUBDIRS = gtkspell examples docs|SUBDIRS = gtkspell|'
diff --git a/textproc/helpdeco/Makefile b/textproc/helpdeco/Makefile
index 9f2b4b397df..86d61bce91a 100644
--- a/textproc/helpdeco/Makefile
+++ b/textproc/helpdeco/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/02/05 23:11:02 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2006/04/22 09:22:15 rillig Exp $
#
DISTNAME= helpdeco-2.1.3
@@ -21,7 +21,7 @@ BUILD_TARGET= build
USE_TOOLS+= gmake
SUBST_CLASSES+= prefix
-SUBST_MESSAGE.prefix= "Configuring to use PREFIX."
+SUBST_MESSAGE.prefix= Configuring to use PREFIX.
SUBST_STAGE.prefix= post-patch
SUBST_FILES.prefix= Makefile
SUBST_SED.prefix= -e "s,/usr/local,${PREFIX},g"
diff --git a/textproc/lq-sp/Makefile b/textproc/lq-sp/Makefile
index de3aaa8a283..8472df43197 100644
--- a/textproc/lq-sp/Makefile
+++ b/textproc/lq-sp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/05/30 04:56:20 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2006/04/22 09:22:15 rillig Exp $
#
DISTNAME= lq-sp-1.3.4.12
@@ -17,7 +17,7 @@ USE_LANGUAGES= c c++
NOT_FOR_PLATFORM= *-*-alpha
SUBST_CLASSES+= paths
-SUBST_MESSAGE.paths= "Fixing hardcoded paths."
+SUBST_MESSAGE.paths= Fixing hardcoded paths.
SUBST_STAGE.paths= pre-configure
SUBST_FILES.paths= Makefile
SUBST_SED.paths= -e 's,/usr/local,${PREFIX},g'
diff --git a/textproc/py-gdick/Makefile b/textproc/py-gdick/Makefile
index 339a377e18a..0d465dd6046 100644
--- a/textproc/py-gdick/Makefile
+++ b/textproc/py-gdick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/04/17 13:46:49 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2006/04/22 09:22:15 rillig Exp $
DISTNAME= gdick-0.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ PYDISTUTILSPKG= yes
NO_CONFIGURE= yes
SUBST_CLASSES+= paths
-SUBST_MESSAGE.paths= "Fixing hardcoded paths."
+SUBST_MESSAGE.paths= Fixing hardcoded paths.
SUBST_STAGE.paths= post-patch
SUBST_FILES.paths= GNOME_GDick.server lib/gdick/gdick.py
SUBST_SED.paths= -e 's,/usr/,${PREFIX}/,g'
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile
index 00200baad59..44439f65abb 100644
--- a/textproc/py-libxml2/Makefile
+++ b/textproc/py-libxml2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/04/17 14:43:47 minskim Exp $
+# $NetBSD: Makefile,v 1.22 2006/04/22 09:22:15 rillig Exp $
DISTNAME= libxml2-2.6.23
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ PYBINMODULE= YES
NO_CONFIGURE= YES
SUBST_CLASSES+= setup
-SUBST_MESSAGE.setup= "Fixing hardcoded paths."
+SUBST_MESSAGE.setup= Fixing hardcoded paths.
SUBST_STAGE.setup= pre-build
SUBST_FILES.setup= setup.py
SUBST_SED.setup= -e "/ROOT/s,'/usr','${BUILDLINK_PREFIX.libxml2}',g" \
diff --git a/textproc/py-libxslt/Makefile b/textproc/py-libxslt/Makefile
index 1b7d68190b3..755a300ff43 100644
--- a/textproc/py-libxslt/Makefile
+++ b/textproc/py-libxslt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/04/06 06:22:51 reed Exp $
+# $NetBSD: Makefile,v 1.18 2006/04/22 09:22:15 rillig Exp $
DISTNAME= libxslt-1.1.15
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -21,7 +21,7 @@ NO_CONFIGURE= YES
MAKE_ENV+= PYLIBXSLTVERSION=${PKGVERSION:Q}
SUBST_CLASSES+= setup
-SUBST_MESSAGE.setup= "Fixing hardcoded paths."
+SUBST_MESSAGE.setup= Fixing hardcoded paths.
SUBST_STAGE.setup= pre-build
SUBST_FILES.setup= setup.py
SUBST_SED.setup= -e "s,@LIBICONVDIR@,${BUILDLINK_PREFIX.iconv},g" \
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile
index 3a25d8269a2..bbb9c555d9f 100644
--- a/textproc/ruby-rdtool/Makefile
+++ b/textproc/ruby-rdtool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/02/03 04:43:47 taca Exp $
+# $NetBSD: Makefile,v 1.23 2006/04/22 09:22:15 rillig Exp $
DISTNAME= rdtool-0.6.18
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -23,7 +23,7 @@ SUBST_CLASSES+= path
SUBST_STAGE.path= post-configure
SUBST_FILES.path= bin/rd2
SUBST_SED.path= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|"
-SUBST_MESSAGE.path= "Fixing PKG_SYSCONFDIR paths."
+SUBST_MESSAGE.path= Fixing PKG_SYSCONFDIR paths.
DOCS_RD= README.rd README.rd.ja doc/rd-draft.rd doc/rd-draft.rd.ja
DOCS= ${DOCS_RD} ${DOCS_RD:S/.rd/.html/}