ports/56837: Update port: security/p5-PGP-Sign

KATO Tsuguru tkato at prontomail.com
Sun Sep 14 07:03:02 UTC 2003


>Number:         56837
>Category:       ports
>Synopsis:       Update port: security/p5-PGP-Sign
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 14 00:01:02 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- ECHO -> ECHO_CMD

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/security/p5-PGP-Sign/Makefile security/p5-PGP-Sign/Makefile
--- /usr/ports/security/p5-PGP-Sign/Makefile	Tue Jul  8 00:37:33 2003
+++ security/p5-PGP-Sign/Makefile	Sun Sep 14 13:21:31 2003
@@ -39,28 +39,28 @@
 RUN_DEPENDS=	pgp:${PORTSDIR}/security/pgp
 PGPSTYLE?=	PGP2
 .ifndef PGP
-PGP!=	which pgp || ${ECHO} ${PREFIX}/bin/pgp
+PGP!=	which pgp || ${ECHO_CMD} ${PREFIX}/bin/pgp
 .endif
 .elif (${DEFAULTPGP} == PGP5 )
 RUN_DEPENDS=	pgps:${PORTSDIR}/security/pgp5
 PGPSTYLE?=	PGP5
 .ifndef PGPS
-PGPS!=	which pgps || ${ECHO} ${PREFIX}/bin/pgps
+PGPS!=	which pgps || ${ECHO_CMD} ${PREFIX}/bin/pgps
 .endif
 .ifndef PGPV
-PGPV!=	which pgpv || ${ECHO} ${PREFIX}/bin/pgpv
+PGPV!=	which pgpv || ${ECHO_CMD} ${PREFIX}/bin/pgpv
 .endif
 .elif (${DEFAULTPGP} == PGP6)
 RUN_DEPENDS=	pgp:${PORTSDIR}/security/pgp6
 PGPSTYLE?=	PGP6
 .ifndef PGP
-PGP!=	which pgp || ${ECHO} ${PREFIX}/bin/pgp
+PGP!=	which pgp || ${ECHO_CMD} ${PREFIX}/bin/pgp
 .endif
 .elif (${DEFAULTPGP} == GPG)
 RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg
 PGPSTYLE?=	GPG
 .ifndef PGP
-PGP!=	which gpg || ${ECHO} ${PREFIX}/bin/gpg
+PGP!=	which gpg || ${ECHO_CMD} ${PREFIX}/bin/gpg
 .endif
 .else
 .error Unsupported DEFAULTPGP value.  See the Makefile for a list of acceptable values.
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list