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)....
This commit is contained in:
Satoshi Asami 1996-07-30 19:43:53 +00:00
parent 4fdeee0cc9
commit d5b408c66c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3465
2 changed files with 10 additions and 6 deletions

View file

@ -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>

View file

@ -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>