diff options
author | asami <asami@FreeBSD.org> | 1996-07-31 03:43:53 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-07-31 03:43:53 +0800 |
commit | 11968428e5fd2534af9bf7c72910ebdf6d7d83a0 (patch) | |
tree | 14059be0863ed612df969bfbbd91e2b62d48ea82 /security/openssl-beta | |
parent | 142f76f8fc7592f5f4ea2b5d17814e187edfeb94 (diff) | |
download | freebsd-ports-gnome-11968428e5fd2534af9bf7c72910ebdf6d7d83a0.tar.gz freebsd-ports-gnome-11968428e5fd2534af9bf7c72910ebdf6d7d83a0.tar.zst freebsd-ports-gnome-11968428e5fd2534af9bf7c72910ebdf6d7d83a0.zip |
Change NO_PACKAGE to RESTRICTED, this is crypto code so we don't even
want to touch it.
While I'm here, change MASTER_SITES to URL form (ftp://) and add
markm as the maintainer (he's the only one who touched this
Makefile since the beginning of history)....
Diffstat (limited to 'security/openssl-beta')
-rw-r--r-- | security/openssl-beta/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index c6821064be4c..55291bdee362 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/Makefile @@ -3,17 +3,19 @@ # Date created: 1 July 1996 # Whom: markm # -# $Id$ +# $Id: Makefile,v 1.3 1996/07/29 19:57:43 markm Exp $ # DISTNAME= SSLeay-0.6.2 CATEGORIES+= devel security -MASTER_SITES= psych.psy.uq.oz.au:/pub/Crypto/SSL/ +MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/ + +MAINTAINER= markm@FreeBSD.ORG HAS_CONFIGURE= yes CONFIGURE_SCRIPT= util/FreeBSD.sh MAKEFILE= Makefile.FreeBSD -NO_PACKAGE= "Cryptography" +RESTRICTED= "Cryptography" .include <bsd.port.mk> |