diff options
author | will <will@FreeBSD.org> | 2001-01-01 18:15:16 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-01 18:15:16 +0800 |
commit | 8063d6aa833d5ba4bef4129d70752afd3d9de137 (patch) | |
tree | 893a771e4f46910c4f5131eeb96b86f03fd705dd /security | |
parent | effaba10ea54dda8793fbf6461c3e0108afd5eae (diff) | |
download | freebsd-ports-gnome-8063d6aa833d5ba4bef4129d70752afd3d9de137.tar.gz freebsd-ports-gnome-8063d6aa833d5ba4bef4129d70752afd3d9de137.tar.zst freebsd-ports-gnome-8063d6aa833d5ba4bef4129d70752afd3d9de137.zip |
Goodbye, YEAR2000. Hello, 2001.
Approved by: asami
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl/Makefile | 2 | ||||
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 | ||||
-rw-r--r-- | security/pgp5/Makefile | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index 136622fe0e9c..d03eb040fe26 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -20,8 +20,6 @@ USE_OPENSSL= YES INSTALLS_SHLIB= yes -Y2K= http://asg.web.cmu.edu/cyrus/imapd/y2k.html - MAN3= sasl.3 sasl_authorize_t.3 sasl_callbacks.3 sasl_checkpass.3 \ sasl_client_init.3 sasl_client_new.3 sasl_client_start.3 sasl_client_step.3 \ sasl_decode.3 sasl_done.3 sasl_encode.3 sasl_errstring.3 sasl_getopt_t.3 \ diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 136622fe0e9c..d03eb040fe26 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -20,8 +20,6 @@ USE_OPENSSL= YES INSTALLS_SHLIB= yes -Y2K= http://asg.web.cmu.edu/cyrus/imapd/y2k.html - MAN3= sasl.3 sasl_authorize_t.3 sasl_callbacks.3 sasl_checkpass.3 \ sasl_client_init.3 sasl_client_new.3 sasl_client_start.3 sasl_client_step.3 \ sasl_decode.3 sasl_done.3 sasl_encode.3 sasl_errstring.3 sasl_getopt_t.3 \ diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index c4edc91c275d..ec80d763109e 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -15,8 +15,6 @@ EXTRACT_SUFX= -unix-src.tar.gz MAINTAINER= markm@FreeBSD.org -Y2K= http://www.pgpi.com/faq/pgpi.shtml#Year2000 - WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes RESTRICTED= "Crypto" |