diff options
author | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-04-22 09:22:05 +0000 |
commit | 9fc2d7d28106475bc308a209655b44e662911609 (patch) | |
tree | 7693d63ffaaa57cf44393c3f1b19100370b24b85 /print | |
parent | 1ffbacec96b330949bc61d2a6247b1c2004cdc92 (diff) | |
download | pkgsrc-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 'print')
-rw-r--r-- | print/acroread/Makefile | 4 | ||||
-rw-r--r-- | print/acroread3/Makefile | 4 | ||||
-rw-r--r-- | print/acroread5/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript-esp/Makefile | 4 | ||||
-rw-r--r-- | print/tex-foiltex/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index d3707fbc0c0..bdab1f294b1 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2006/03/13 19:29:45 joerg Exp $ +# $NetBSD: Makefile,v 1.48 2006/04/22 09:22:13 rillig Exp $ DISTNAME= acroread # Overridden below PKGNAME= acroread-4.05 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.adobe.com/prodindex/acrobat/readstep.html COMMENT= View, distribute and print PDF documents -RESTRICTED= "Original installer required to redistribute." +RESTRICTED= Original installer required to redistribute. NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} diff --git a/print/acroread3/Makefile b/print/acroread3/Makefile index af47ac35f68..106ea90d3d9 100644 --- a/print/acroread3/Makefile +++ b/print/acroread3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/03/13 19:46:22 joerg Exp $ +# $NetBSD: Makefile,v 1.33 2006/04/22 09:22:13 rillig Exp $ PKGNAME= acroread3-3.01 PKGREVISION= 2 @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.adobe.com/prodindex/acrobat/readstep.html COMMENT= View, distribute and print PDF documents -RESTRICTED= "Original installer required to redistribute." +RESTRICTED= Original installer required to redistribute. NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index 6c11a19026d..d84c8940ae3 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/03/13 19:54:37 joerg Exp $ +# $NetBSD: Makefile,v 1.33 2006/04/22 09:22:13 rillig Exp $ DISTNAME= acroread5 # Overridden below PKGNAME= acroread5-5.10 @@ -15,7 +15,7 @@ CONFLICTS+= acroread-5.* CONFLICTS+= acroread-7.* CONFLICTS+= acroread7-7.* -RESTRICTED= "Original installer required to redistribute." +RESTRICTED= Original installer required to redistribute. NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} diff --git a/print/ghostscript-esp/Makefile b/print/ghostscript-esp/Makefile index 4847c244ae4..6e9f1b60bd4 100644 --- a/print/ghostscript-esp/Makefile +++ b/print/ghostscript-esp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/04/17 13:46:46 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2006/04/22 09:22:13 rillig Exp $ DISTNAME= espgs-${GS_VERS}-source PKGNAME= ghostscript-esp-${GS_VERS} @@ -80,7 +80,7 @@ post-extract: ${LN} -s ${JPEG_WRKSRC} ${WRKSRC}/jpeg SUBST_CLASSES+= ps2epsi-sh -SUBST_MESSAGE.ps2epsi-sh= "Fixing ps2epsi shell." +SUBST_MESSAGE.ps2epsi-sh= Fixing ps2epsi shell. SUBST_FILES.ps2epsi-sh= lib/ps2epsi SUBST_SED.ps2epsi-sh= -e 's|/bin/sh|${SH}|' SUBST_STAGE.ps2epsi-sh= post-patch diff --git a/print/tex-foiltex/Makefile b/print/tex-foiltex/Makefile index dbfc199f44c..2bff62efa45 100644 --- a/print/tex-foiltex/Makefile +++ b/print/tex-foiltex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/04/07 03:55:22 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2006/04/22 09:22:13 rillig Exp $ DISTNAME= # empty PKGNAME= tex-foiltex-2.1.4a @@ -11,7 +11,7 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/foiltex.html COMMENT= LaTeX2e class for overhead transparencies -RESTRICTED= "May not be redistributed for profit" +RESTRICTED= May not be redistributed for profit NO_BIN_ON_CDROM=${RESTRICTED} NO_SRC_ON_CDROM=${RESTRICTED} |