diff options
-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> |