pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pgp2 Fixed shell quoting in echo(1) commands.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2707ac9b4b63
branches:  trunk
changeset: 500474:2707ac9b4b63
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Oct 08 22:42:08 2005 +0000

description:
Fixed shell quoting in echo(1) commands.

diffstat:

 security/pgp2/Makefile |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r c66552172509 -r 2707ac9b4b63 security/pgp2/Makefile
--- a/security/pgp2/Makefile    Sat Oct 08 22:41:56 2005 +0000
+++ b/security/pgp2/Makefile    Sat Oct 08 22:42:08 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2005/08/01 13:10:07 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2005/10/08 22:42:08 rillig Exp $
 
 DISTNAME=      pgp263is
 CATEGORIES=    security
@@ -69,12 +69,12 @@
 
 .if !defined(USE_RSAREF2) || ${USE_RSAREF2} != YES && ${USE_RSAREF2} != NO
 pre-fetch:
-       @${ECHO}
-       @${ECHO} The variable USE_RSAREF2 must be set to either YES or NO
-       @${ECHO} in order to build this package.  USA residents that are
-       @${ECHO} no licensees of the RSA algorithm MUST set this variable
-       @${ECHO} to YES.  Users outside the USA MUST set this variable to
-       @${ECHO} NO.  Licensees may choose -- NO is faster.
+       @${ECHO} ""
+       @${ECHO} "The variable USE_RSAREF2 must be set to either YES or NO"
+       @${ECHO} "in order to build this package.  USA residents that are"
+       @${ECHO} "no licensees of the RSA algorithm MUST set this variable"
+       @${ECHO} "to YES.  Users outside the USA MUST set this variable to"
+       @${ECHO} "NO.  Licensees may choose -- NO is faster."
        @${FALSE}
 .endif
 



Home | Main Index | Thread Index | Old Index