diff options
author | reed <reed> | 2005-12-27 23:40:04 +0000 |
---|---|---|
committer | reed <reed> | 2005-12-27 23:40:04 +0000 |
commit | d53a58d1245e14eb8724630000f0c119eae8e729 (patch) | |
tree | 0788512065f3a0c1d562194b11239e0eb03e557d /security/openssl | |
parent | a7be4d6c3c00be30d166dba1d67d2acf00a7b473 (diff) | |
download | pkgsrc-d53a58d1245e14eb8724630000f0c119eae8e729.tar.gz |
Update patch to also use PKGMANDIR instead of "man" for the
MANDIR in the makefile.
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/distinfo | 4 | ||||
-rw-r--r-- | security/openssl/patches/patch-af | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/openssl/distinfo b/security/openssl/distinfo index ce6bcb37ca8..83ccc2ee95b 100644 --- a/security/openssl/distinfo +++ b/security/openssl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.48 2005/10/31 14:59:30 tv Exp $ +$NetBSD: distinfo,v 1.49 2005/12/27 23:40:04 reed Exp $ SHA1 (openssl-0.9.7i.tar.gz) = 4c23925744d43272fa19615454da44e01465eb06 RMD160 (openssl-0.9.7i.tar.gz) = 0dce52c5793a0c37f17b620f7d26bbf9e4fcf755 @@ -7,5 +7,5 @@ SHA1 (patch-aa) = d6cfc26e1f3b378adff1d7f2219ba8e8f39d91e3 SHA1 (patch-ac) = dc81019f09bb66badb6447b410c70f92b6bd444c SHA1 (patch-ad) = 2581d06c21ed6d1c9a554289591031a6eb66a686 SHA1 (patch-ae) = cb3ce622ef9efc4098d57b10059e5424272520c8 -SHA1 (patch-af) = 46600f241bb490e234aba0c6c277781007f2250d +SHA1 (patch-af) = e8a9d803d362658e0db3f044b35794b2084b7667 SHA1 (patch-ak) = 7f9960a97cbe83c381c2a4565ca3a6e4e661bf54 diff --git a/security/openssl/patches/patch-af b/security/openssl/patches/patch-af index 282706d746a..a75e29073b3 100644 --- a/security/openssl/patches/patch-af +++ b/security/openssl/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.17 2005/10/11 17:19:21 jlam Exp $ +$NetBSD: patch-af,v 1.18 2005/12/27 23:40:04 reed Exp $ --- Makefile.org.orig 2005-06-20 00:29:54.000000000 -0400 +++ Makefile.org @@ -15,7 +15,7 @@ $NetBSD: patch-af,v 1.17 2005/10/11 17:19:21 jlam Exp $ MAKEFILE= Makefile -MANDIR=$(OPENSSLDIR)/man -+MANDIR=$(INSTALLTOP)/man ++MANDIR=$(INSTALLTOP)/$(PKGMANDIR) MAN1=1 MAN3=3 MANSUFFIX= |