diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 12:23:59 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 12:23:59 +0800 |
commit | 0fffe45ec3833012ad0b48b6c5e642a8f1496f69 (patch) | |
tree | 6bf136d74d7389168d44584e8902dc29cd0cbdb7 /security/pgp | |
parent | 820255ee78a7121e2592cac5ced0b3b847b832c2 (diff) | |
download | freebsd-ports-gnome-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.tar.gz freebsd-ports-gnome-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.tar.zst freebsd-ports-gnome-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.zip |
grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
Diffstat (limited to 'security/pgp')
-rw-r--r-- | security/pgp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index a18138d0ef2f..e92ce41410a6 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -5,7 +5,7 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.25 1999/08/22 18:59:54 mharo Exp $ +# $Id: Makefile,v 1.26 1999/08/22 23:33:24 mharo Exp $ # # Pick an initial default, else it doesn't get set in the INDEX. @@ -42,7 +42,7 @@ 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 - @false + @${FALSE} .elif defined(USA_RESIDENT) .if ${USA_RESIDENT} == YES DISTNAME= pgp262s |