diff options
author | markm <markm@FreeBSD.org> | 1996-03-03 21:38:27 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-03-03 21:38:27 +0000 |
commit | faa70a4d54af9400a4939eb9b74be1316837ef83 (patch) | |
tree | d8bd71ab5e33c759b9d4f91b6f94b0131519acdd /security | |
parent | 1fc79d84feb463f8bfdb2934d476e8bff2812e0b (diff) | |
download | FreeBSD-ports-faa70a4d54af9400a4939eb9b74be1316837ef83.zip FreeBSD-ports-faa70a4d54af9400a4939eb9b74be1316837ef83.tar.gz |
This is crypto, so set NO_PACKAGE to ward of the net.police.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl-beta/Makefile | 5 | ||||
-rw-r--r-- | security/openssl/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index 75f7eda..4c8b068 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/Makefile @@ -3,7 +3,7 @@ # Date created: 24 February 1996 # Whom: markm # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/03/03 21:32:34 markm Exp $ # DISTNAME= SSLeay-0.5.1b @@ -11,4 +11,7 @@ PKGNAME= SSLeay-0.5.1b CATEGORIES+= devel security MASTER_SITES= psych.psy.uq.oz.au:/pub/Crypto/SSL/ +# Crypto stuff - therefore... +NO_PACKAGE= YES + .include <bsd.port.mk> diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 75f7eda..4c8b068 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -3,7 +3,7 @@ # Date created: 24 February 1996 # Whom: markm # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/03/03 21:32:34 markm Exp $ # DISTNAME= SSLeay-0.5.1b @@ -11,4 +11,7 @@ PKGNAME= SSLeay-0.5.1b CATEGORIES+= devel security MASTER_SITES= psych.psy.uq.oz.au:/pub/Crypto/SSL/ +# Crypto stuff - therefore... +NO_PACKAGE= YES + .include <bsd.port.mk> |