diff options
author | asami <asami@FreeBSD.org> | 1996-10-16 16:13:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-10-16 16:13:48 +0800 |
commit | 7f57b02b8518e99e8e7cc893ae7c7cf2702dc9d4 (patch) | |
tree | a2e5047de8885952c6c353fb6ef25b503c6e9f8b | |
parent | 519628fd3835be4552e9f37b9d25fa7cfab4d3d2 (diff) | |
download | freebsd-ports-graphics-7f57b02b8518e99e8e7cc893ae7c7cf2702dc9d4.tar.gz freebsd-ports-graphics-7f57b02b8518e99e8e7cc893ae7c7cf2702dc9d4.tar.zst freebsd-ports-graphics-7f57b02b8518e99e8e7cc893ae7c7cf2702dc9d4.zip |
Change NO_PACKAGE to RESTRICTED, we don't even want to redistribute the
distfile.
-rw-r--r-- | security/pgp/Makefile | 8 | ||||
-rw-r--r-- | security/pgp5/Makefile | 8 | ||||
-rw-r--r-- | security/pgp6/Makefile | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 93655661592..6a1c8ad422f 100644 --- a/security/pgp/Makefile +++ b/security/pgp/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 diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 93655661592..6a1c8ad422f 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 diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index 93655661592..6a1c8ad422f 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/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 |