summaryrefslogtreecommitdiffstats
path: root/security/pgp/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
committermharo <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
commitc703665fd61c774a392a6785e6b1c49569072bf1 (patch)
treefadaf059519c61c85fed9e8be59d5c262720f5d3 /security/pgp/Makefile
parentb6234e33d2dcb7767ac29adb112187db9036c665 (diff)
downloadFreeBSD-ports-c703665fd61c774a392a6785e6b1c49569072bf1.zip
FreeBSD-ports-c703665fd61c774a392a6785e6b1c49569072bf1.tar.gz
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'security/pgp/Makefile')
-rw-r--r--security/pgp/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile
index e92ce41..4bc263e 100644
--- a/security/pgp/Makefile
+++ b/security/pgp/Makefile
@@ -5,7 +5,7 @@
# Date created: 8 Jul 1995
# Whom: ache
#
-# $Id: Makefile,v 1.26 1999/08/22 23:33:24 mharo Exp $
+# $Id: Makefile,v 1.27 1999/08/23 04:23:54 mharo Exp $
#
# Pick an initial default, else it doesn't get set in the INDEX.
@@ -39,9 +39,9 @@ do-install:
.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO
pre-fetch:
- @echo
- @echo You must set variable USA_RESIDENT to YES, if you are USA resident
- @echo or to NO, if you aren\'t USA resident to build this package
+ @${ECHO_MSG}
+ @${ECHO_MSG} You must set variable USA_RESIDENT to YES, if you are USA resident
+ @${ECHO_MSG} or to NO, if you aren\'t USA resident to build this package
@${FALSE}
.elif defined(USA_RESIDENT)
.if ${USA_RESIDENT} == YES
OpenPOWER on IntegriCloud