summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-04-22 09:22:05 +0000
committerrillig <rillig@pkgsrc.org>2006-04-22 09:22:05 +0000
commit9fc2d7d28106475bc308a209655b44e662911609 (patch)
tree7693d63ffaaa57cf44393c3f1b19100370b24b85 /devel
parent1ffbacec96b330949bc61d2a6247b1c2004cdc92 (diff)
downloadpkgsrc-9fc2d7d28106475bc308a209655b44e662911609.tar.gz
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
Diffstat (limited to 'devel')
-rw-r--r--devel/ExmanIDE/Makefile6
-rw-r--r--devel/anjuta/Makefile6
-rw-r--r--devel/apr/Makefile4
-rw-r--r--devel/boost-build/toolset.mk4
-rw-r--r--devel/cvsgraph/Makefile4
-rw-r--r--devel/hptools/Makefile4
-rw-r--r--devel/mantis/Makefile4
-rw-r--r--devel/monotone-server/Makefile4
-rw-r--r--devel/pvs/Makefile4
-rw-r--r--devel/tcllib/Makefile4
-rw-r--r--devel/tkdiff/Makefile4
-rw-r--r--devel/uno/Makefile4
12 files changed, 26 insertions, 26 deletions
diff --git a/devel/ExmanIDE/Makefile b/devel/ExmanIDE/Makefile
index af4eb1b5d9b..10356c54b25 100644
--- a/devel/ExmanIDE/Makefile
+++ b/devel/ExmanIDE/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:08:38 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/04/22 09:22:07 rillig Exp $
DISTNAME= ExmanIDE-0.9.4
PKGREVISION= 4
@@ -18,14 +18,14 @@ NO_BUILD= yes
PYTHON_VERSIONS_ACCEPTED?= 24 23
SUBST_CLASSES+= mod
-SUBST_MESSAGE.mod= "Fixing deprecated module names."
+SUBST_MESSAGE.mod= Fixing deprecated module names.
SUBST_STAGE.mod= post-patch
SUBST_FILES.mod= Profile.py SourceEditor.py StcStyle.py
SUBST_SED.mod= -e 's,wxPython\.lib\.PyCrust,wxPython.py,g' \
-e 's,wxPython\.py,wx.py,g'
SUBST_CLASSES+= py
-SUBST_MESSAGE.py= "Fixing paths in a wrapper script."
+SUBST_MESSAGE.py= Fixing paths in a wrapper script.
SUBST_STAGE.py= post-patch
SUBST_FILES.py= ExmanIDE
SUBST_SED.py= -e 's,python \$$0\.pyw,${PYTHONBIN} ${PREFIX}/share/${PKGBASE}/ExmanIDE.pyw,g'
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile
index fbddbc5bb37..e1d67aaf206 100644
--- a/devel/anjuta/Makefile
+++ b/devel/anjuta/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2006/04/17 13:46:20 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2006/04/22 09:22:07 rillig Exp $
DISTNAME= anjuta-1.2.3
PKGREVISION= 8
@@ -25,14 +25,14 @@ GNU_CONFIGURE= yes
SUBST_CLASSES+= make
SUBST_STAGE.make= pre-configure
-SUBST_MESSAGE.make= "Fixing path to GNU make."
+SUBST_MESSAGE.make= Fixing path to GNU make.
SUBST_FILES.make= data/properties/anjuta.properties
SUBST_FILES.make+= src/defaults.c
SUBST_SED.make= -e 's|make=make|make=${GMAKE}|'
SUBST_CLASSES+= unused
SUBST_STAGE.unused= pre-configure
-SUBST_MESSAGE.unused= "Fixing __unused__ occurrances to avoid name clash"
+SUBST_MESSAGE.unused= Fixing __unused__ occurrances to avoid name clash
SUBST_FILES.unused= tagmanager/c.c tagmanager/ctags.c tagmanager/general.h
SUBST_FILES.unused+= tagmanager/lua.c tagmanager/options.c tagmanager/parse.c
SUBST_FILES.unused+= tagmanager/parse.h tagmanager/regex.c
diff --git a/devel/apr/Makefile b/devel/apr/Makefile
index 3396ac00863..c5251a2add8 100644
--- a/devel/apr/Makefile
+++ b/devel/apr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2006/04/14 18:14:34 heinz Exp $
+# $NetBSD: Makefile,v 1.42 2006/04/22 09:22:07 rillig Exp $
.include "../../www/apache2/Makefile.common"
@@ -42,7 +42,7 @@ SUBST_CLASSES+= conf
SUBST_STAGE.conf= pre-configure
SUBST_FILES.conf= apr/config.layout apr-util/config.layout
SUBST_SED.conf= -e "s,@PREFIX@,${PREFIX},g"
-SUBST_MESSAGE.conf= "Fixing hardcoded paths."
+SUBST_MESSAGE.conf= Fixing hardcoded paths.
TEST_TARGET= check
diff --git a/devel/boost-build/toolset.mk b/devel/boost-build/toolset.mk
index d6b236cba7b..a2595ab51eb 100644
--- a/devel/boost-build/toolset.mk
+++ b/devel/boost-build/toolset.mk
@@ -1,4 +1,4 @@
-# $NetBSD: toolset.mk,v 1.2 2006/01/21 09:02:16 jmmv Exp $
+# $NetBSD: toolset.mk,v 1.3 2006/04/22 09:22:07 rillig Exp $
.include "../../mk/compiler.mk"
@@ -11,5 +11,5 @@ BOOST_TOOLSET= mipspro
.elif !empty(PKGSRC_COMPILER:Msunpro)
BOOST_TOOLSET= sunpro
.else
-BROKEN+= "Unknown compiler ${PKGSRC_COMPILER} for Boost"
+PKG_FAIL_REASON+= "Unknown compiler ${PKGSRC_COMPILER} for Boost."
.endif
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile
index 15c69f86794..28ce65632ba 100644
--- a/devel/cvsgraph/Makefile
+++ b/devel/cvsgraph/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2006/04/17 13:46:20 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2006/04/22 09:22:07 rillig Exp $
#
DISTNAME= cvsgraph-1.6.0
@@ -25,7 +25,7 @@ SUBST_CLASSES+= man
SUBST_STAGE.man= pre-install
SUBST_FILES.man= cvsgraph.1
SUBST_SED.man= -e "s|/usr/local/etc|${PKG_SYSCONFDIR}|g"
-SUBST_MESSAGE.man= "Fixing man page paths."
+SUBST_MESSAGE.man= Fixing man page paths.
INSTALLATION_DIRS= bin man/man1 man/man5
diff --git a/devel/hptools/Makefile b/devel/hptools/Makefile
index c6b0a85d451..034e5f6e06b 100644
--- a/devel/hptools/Makefile
+++ b/devel/hptools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:16 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/04/22 09:22:07 rillig Exp $
#
DISTNAME= hptools-src-3.0.8
@@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://etud.epita.fr:8000/~avenar_j/hp/calcen.html
COMMENT= SDK for Hewlett-Packard HP-48G/49G/39G/40G calculators
-RESTRICTED= "Redistribution of unmodified source only; resale prohibited."
+RESTRICTED= Redistribution of unmodified source only; resale prohibited.
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
diff --git a/devel/mantis/Makefile b/devel/mantis/Makefile
index cf570f3f0d9..7e03b06354d 100644
--- a/devel/mantis/Makefile
+++ b/devel/mantis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/02/05 23:08:48 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2006/04/22 09:22:07 rillig Exp $
DISTNAME= mantis-1.0.0rc5
PKGREVISION= 2
@@ -41,7 +41,7 @@ SUBST_CLASSES+= conf
SUBST_STAGE.conf= pre-install
SUBST_FILES.conf= mantis.conf
SUBST_SED.conf= -e "s|@MANTIS_HOME@|${MANTIS_HOME}|g"
-SUBST_MESSAGE.conf= "Fixing configuration files."
+SUBST_MESSAGE.conf= Fixing configuration files.
post-extract:
@${CP} ${FILESDIR}/mantis.conf ${WRKSRC}
diff --git a/devel/monotone-server/Makefile b/devel/monotone-server/Makefile
index 281a66efa09..5cbf0d6f560 100644
--- a/devel/monotone-server/Makefile
+++ b/devel/monotone-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/04/10 17:46:31 jmmv Exp $
+# $NetBSD: Makefile,v 1.18 2006/04/22 09:22:07 rillig Exp $
#
DISTNAME= monotone-server-0.26
@@ -44,7 +44,7 @@ PKG_GROUPS= ${MONOTONE_GROUP}
SUBST_CLASSES+= vars
SUBST_STAGE.vars= do-configure
-SUBST_MESSAGE.vars= "Configuring sources."
+SUBST_MESSAGE.vars= Configuring sources.
SUBST_FILES.vars= *
SUBST_SED.vars= -e 's|@MONOTONE@|${PREFIX}/bin/mtn|g'
SUBST_SED.vars+= -e 's|@MONOTONE_GROUP@|${MONOTONE_GROUP}|g'
diff --git a/devel/pvs/Makefile b/devel/pvs/Makefile
index 37fed677d6c..a79642f525f 100644
--- a/devel/pvs/Makefile
+++ b/devel/pvs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/03/20 18:15:38 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2006/04/22 09:22:08 rillig Exp $
#
DISTNAME= pvs-${VERSION}
@@ -29,7 +29,7 @@ TEX_ACCEPTED= teTeX1 teTeX2 teTeX3
LICENSE= pvs-license
# not quite sure about this, but to be on the safe side:
-RESTRICTED= "Redistribution not permitted - see ${HOMEPAGE}license.html"
+RESTRICTED= Redistribution not permitted - see ${HOMEPAGE}license.html
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile
index 003bb883cd1..3e158503f24 100644
--- a/devel/tcllib/Makefile
+++ b/devel/tcllib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/12/07 14:16:26 peter Exp $
+# $NetBSD: Makefile,v 1.5 2006/04/22 09:22:08 rillig Exp $
#
DISTNAME= tcllib-1.8
@@ -17,7 +17,7 @@ SUBST_CLASSES+= fix
SUBST_STAGE.fix= post-patch
SUBST_FILES.fix= modules/doctools/mpformats/_html.tcl
SUBST_SED.fix= -e "s,/usr/bin/wget -q -O,${FETCH_CMD} -V -o,g"
-SUBST_MESSAGE.fix= "Fixing hardcoded ftp binary"
+SUBST_MESSAGE.fix= Fixing hardcoded ftp binary
post-patch:
@${FIND} ${WRKSRC} -name \*.orig | ${XARGS} ${RM}
diff --git a/devel/tkdiff/Makefile b/devel/tkdiff/Makefile
index 71e60f77082..429aad0e5aa 100644
--- a/devel/tkdiff/Makefile
+++ b/devel/tkdiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/03/12 07:39:36 minskim Exp $
+# $NetBSD: Makefile,v 1.19 2006/04/22 09:22:08 rillig Exp $
#
DISTNAME= tkdiff
@@ -20,7 +20,7 @@ NO_CONFIGURE= yes
USE_TOOLS+= wish:run
SUBST_CLASSES+= wish
-SUBST_MESSAGE.wish= "Fixing a hardcoded command."
+SUBST_MESSAGE.wish= Fixing a hardcoded command.
SUBST_STAGE.wish= pre-configure
SUBST_FILES.wish= tkdiff
SUBST_SED.wish= -e 's,exec wish,exec ${WISH},'
diff --git a/devel/uno/Makefile b/devel/uno/Makefile
index 8552626a451..df8ac6310fd 100644
--- a/devel/uno/Makefile
+++ b/devel/uno/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/02/05 23:08:54 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2006/04/22 09:22:08 rillig Exp $
#
DISTNAME= uno_v28
@@ -39,6 +39,6 @@ SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= post-patch
SUBST_FILES.prefix= makefile
SUBST_SED.prefix= -e "s,/usr/bin,${PREFIX}/bin,g"
-SUBST_MESSAGE.prefix= "Fixing hardcoded paths."
+SUBST_MESSAGE.prefix= Fixing hardcoded paths.
.include "../../mk/bsd.pkg.mk"