diff options
author | ache <ache@FreeBSD.org> | 1995-07-07 23:57:25 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-07-07 23:57:25 +0000 |
commit | 3d02518db1cd5dab3f2eef8b4dbb4e93b236a7db (patch) | |
tree | 47e0704fbf02ccd42c04d09b7f1e485e0be24c6a /security/pgp5 | |
parent | 5258afd0a1072af944ac0dcd52a6d335d41601c2 (diff) | |
download | FreeBSD-ports-3d02518db1cd5dab3f2eef8b4dbb4e93b236a7db.zip FreeBSD-ports-3d02518db1cd5dab3f2eef8b4dbb4e93b236a7db.tar.gz |
Add NO_PACKAGE
Diffstat (limited to 'security/pgp5')
-rw-r--r-- | security/pgp5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index b4153cd..27f93c7 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -4,13 +4,14 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.7 1995/05/15 20:45:14 ache Exp $ +# $Id: Makefile,v 1.1 1995/07/07 23:50:10 ache Exp $ # CATEGORIES+= utilities MAINTAINER= ache@FreeBSD.ORG WRKSRC= ${WRKDIR}/src MAKEFILE= makefile +NO_PACKAGE= YES ALL_TARGET= freebsd PGPLIB= ${PREFIX}/lib/pgp # Need to define USA_RESIDENT to YES or NO |