summaryrefslogtreecommitdiff
path: root/lang
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 /lang
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 'lang')
-rw-r--r--lang/ccsh/Makefile4
-rw-r--r--lang/jbuilder-jit/Makefile4
-rw-r--r--lang/jdk/Makefile4
-rw-r--r--lang/jini/Makefile4
-rw-r--r--lang/sather/Makefile4
-rw-r--r--lang/sun-jre13/Makefile.common4
-rw-r--r--lang/sun-jre14/Makefile.common4
-rw-r--r--lang/sun-jre15/Makefile.common4
8 files changed, 16 insertions, 16 deletions
diff --git a/lang/ccsh/Makefile b/lang/ccsh/Makefile
index 86b01c94e54..36641e6ebb9 100644
--- a/lang/ccsh/Makefile
+++ b/lang/ccsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/02/05 23:09:43 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2006/04/22 09:22:10 rillig Exp $
#
DISTNAME= ccsh-0.0.4
@@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= gmake
SUBST_CLASSES+= options
-SUBST_MESSAGE.options= "Preventing CFLAGS from being overridden."
+SUBST_MESSAGE.options= Preventing CFLAGS from being overridden.
SUBST_STAGE.options= post-patch
SUBST_FILES.options= Makefile
SUBST_SED.options= -e 's,^CFLAGS =,\#CFLAGS =,g'
diff --git a/lang/jbuilder-jit/Makefile b/lang/jbuilder-jit/Makefile
index 0ea27fa7620..55ccc9bbf5e 100644
--- a/lang/jbuilder-jit/Makefile
+++ b/lang/jbuilder-jit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/03/04 21:29:54 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2006/04/22 09:22:10 rillig Exp $
#
DISTNAME= unix_jb35foundation
@@ -22,7 +22,7 @@ PLIST_SUBST+= JAVADIR=${PKG_JAVA_HOME:C|${PREFIX}/||}
EXTRACT_ELEMENTS= LinuxJIT/javacomp-1.2.15.tar.gz
LICENSE= jbuilder-jit-license
-RESTRICTED= "Redistribution of binaries not permitted"
+RESTRICTED= Redistribution of binaries not permitted
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
diff --git a/lang/jdk/Makefile b/lang/jdk/Makefile
index d57b41e97f4..0e603b59659 100644
--- a/lang/jdk/Makefile
+++ b/lang/jdk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2005/12/29 06:21:46 jlam Exp $
+# $NetBSD: Makefile,v 1.47 2006/04/22 09:22:10 rillig Exp $
#
VERSION= 1.1.8
@@ -38,7 +38,7 @@ CHECK_SHLIBS= no
ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i[3-6]86
-RESTRICTED= "No redistribution of the Java(tm) Development Kit"
+RESTRICTED= No redistribution of the Java(tm) Development Kit
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
diff --git a/lang/jini/Makefile b/lang/jini/Makefile
index c23ac7c1622..fd15f43873a 100644
--- a/lang/jini/Makefile
+++ b/lang/jini/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/04/02 23:07:06 jschauma Exp $
+# $NetBSD: Makefile,v 1.22 2006/04/22 09:22:10 rillig Exp $
#
DISTNAME= jini-${SUN_VERSION}-src
@@ -19,7 +19,7 @@ ONLY_FOR_PLATFORM+= NetBSD-1.5Z[D-Z]-*
INTERACTIVE_STAGE= fetch
LICENSE= scsl3-jini-tsa-1.0-license
-RESTRICTED= "Redistribution of repackaged binaries not permitted"
+RESTRICTED= Redistribution of repackaged binaries not permitted
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
diff --git a/lang/sather/Makefile b/lang/sather/Makefile
index 6580baf9e12..628930aa46e 100644
--- a/lang/sather/Makefile
+++ b/lang/sather/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2006/04/05 06:27:42 jlam Exp $
+# $NetBSD: Makefile,v 1.34 2006/04/22 09:22:10 rillig Exp $
DISTNAME= sather-1.2.1
PKGREVISION= 6
@@ -18,7 +18,7 @@ REPLACE_PERL= Browser/Web/ps2gif
SUBST_CLASSES+= sather-configure
SUBST_STAGE.sather-configure= post-wrapper
-SUBST_MESSAGE.sather-configure= "Configuring sources"
+SUBST_MESSAGE.sather-configure= Configuring sources
SUBST_FILES.sather-configure= \
Boot/sacomp.code/Makefile \
Library/System/unix.sa \
diff --git a/lang/sun-jre13/Makefile.common b/lang/sun-jre13/Makefile.common
index e6859c73035..01c48f66ac1 100644
--- a/lang/sun-jre13/Makefile.common
+++ b/lang/sun-jre13/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2006/01/21 18:57:41 jlam Exp $
+# $NetBSD: Makefile.common,v 1.28 2006/04/22 09:22:10 rillig Exp $
# MASTER_SITES is very special, and must end in "=":
CATEGORIES= lang java
@@ -10,7 +10,7 @@ DOWNLOAD= http://java.sun.com/j2se/1.3/download.html
ARCHIVE= http://java.sun.com/products/archive/index.html
LICENSE= jdk13-license
-RESTRICTED= "Redistribution of repackaged binaries not permitted"
+RESTRICTED= Redistribution of repackaged binaries not permitted
NO_SRC_ON_CDROM=${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
diff --git a/lang/sun-jre14/Makefile.common b/lang/sun-jre14/Makefile.common
index 60d1b092f9e..79fb1389b3c 100644
--- a/lang/sun-jre14/Makefile.common
+++ b/lang/sun-jre14/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.28 2006/04/02 23:07:06 jschauma Exp $
+# $NetBSD: Makefile.common,v 1.29 2006/04/22 09:22:10 rillig Exp $
CATEGORIES= lang java
EXTRACT_SUFX= .bin
@@ -9,7 +9,7 @@ DOWNLOAD= http://java.sun.com/j2se/1.4.2/download.html
ARCHIVE= http://java.sun.com/products/archive/index.html
LICENSE= jdk13-license
-RESTRICTED= "Redistribution of repackaged binaries not permitted"
+RESTRICTED= Redistribution of repackaged binaries not permitted
NO_SRC_ON_CDROM=${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
diff --git a/lang/sun-jre15/Makefile.common b/lang/sun-jre15/Makefile.common
index bfb63b0fe9a..eab457d3770 100644
--- a/lang/sun-jre15/Makefile.common
+++ b/lang/sun-jre15/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2006/03/22 22:50:32 tv Exp $
+# $NetBSD: Makefile.common,v 1.12 2006/04/22 09:22:10 rillig Exp $
CATEGORIES= lang java
COMMENT= Sun's Java(tm) 2 Standard Edition, ${DOWNLOAD_NAME}
@@ -11,7 +11,7 @@ DOWNLOAD_NAME= ${SHORT_NAME} 5.0 Update ${PKGNAME_NOREV:C/^.*\.//}
ARCHIVE= http://java.sun.com/products/archive/index.html
LICENSE= jdk13-license
-RESTRICTED= "Redistribution of repackaged binaries not permitted"
+RESTRICTED= Redistribution of repackaged binaries not permitted
NO_SRC_ON_CDROM=${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}