diff options
author | tv <tv@pkgsrc.org> | 1998-04-27 11:45:40 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-04-27 11:45:40 +0000 |
commit | 11bd2df4545f36deb8df9209088952aaa9ef775a (patch) | |
tree | dcbd975a4234738b3df9724ffc98cdc384347cb3 /security/pgp2 | |
parent | 9ff5b5f61e0ee29a31636a5228330b87a04732b1 (diff) | |
download | pkgsrc-11bd2df4545f36deb8df9209088952aaa9ef775a.tar.gz |
Add MIRROR_DISTFILE=no as recognized by tron
Diffstat (limited to 'security/pgp2')
-rw-r--r-- | security/pgp2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index 06bab9f980b..f290f0d5ecc 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/22 14:22:48 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/04/27 11:45:40 tv Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp # @@ -33,6 +33,7 @@ CFLAGS= .endif RESTRICTED= "Cryptographic software" +MIRROR_DISTFILE=no PGPLIB= ${PREFIX}/lib/pgp CFLAGS+= -DPGP_SYSTEM_DIR=\\\"${PGPLIB}/\\\" IS_INTERACTIVE= yes |