diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-10-16 16:13:48 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-10-16 16:13:48 +0800 |
commit | a1a6d480724fc799ba14f3f1e8ed439d68d3e2d3 (patch) | |
tree | 020333a4fa8dca9b220291996ad33a5464839e13 /security/pgp5 | |
parent | c0c666523e11f2d023234712e1cc72c61c558287 (diff) | |
download | freebsd-ports-gnome-a1a6d480724fc799ba14f3f1e8ed439d68d3e2d3.tar.gz freebsd-ports-gnome-a1a6d480724fc799ba14f3f1e8ed439d68d3e2d3.tar.zst freebsd-ports-gnome-a1a6d480724fc799ba14f3f1e8ed439d68d3e2d3.zip |
Change NO_PACKAGE to RESTRICTED, we don't even want to redistribute the
distfile.
Diffstat (limited to 'security/pgp5')
-rw-r--r-- | security/pgp5/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 936556615920..6a1c8ad422fc 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -5,16 +5,16 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.14 1996/01/18 22:48:25 ache Exp $ +# $Id: Makefile,v 1.15 1996/05/27 00:53:55 ache Exp $ # -CATEGORIES+= security - # Pick an initial default, else it doesn't get set in the INDEX. DISTNAME= pgp262s +CATEGORIES+= security MAINTAINER= ache@FreeBSD.ORG -NO_PACKAGE= YES + +RESTRICTED= YES MAKEFILE= makefile ALL_TARGET= freebsd PGPLIB= ${PREFIX}/lib/pgp |