diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-03-01 13:57:53 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-03-01 13:57:53 +0000 |
commit | 85e9837abbdc024e6c6dd21ce6c7851ae5bce5ad (patch) | |
tree | 0f75ab03a4410f00e53c38260712ef65b68e4e86 /security | |
parent | 76f9558dc065689fd07525cef33bd355c2ee725a (diff) | |
download | pkgsrc-85e9837abbdc024e6c6dd21ce6c7851ae5bce5ad.tar.gz |
Revert rev. 1.30 which didn't do anything with MKDIR but rather
bumbed the version accidentally.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index bdb0b63cb91..c802a76ad3e 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2001/02/27 18:21:25 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2001/03/01 13:57:53 hubertf Exp $ # -DISTNAME= openssl-0.9.6 +DISTNAME= openssl-0.9.5a CATEGORIES= security MASTER_SITES= ftp://ftp.openssl.org/source/ \ ftp://ftp.uni-trier.de/pub/unix/security/openssl/ |