From db23201547c81a33d7650b62e87d3d35cd72a4dd Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Sat, 25 Sep 2010 22:37:01 -1000 Subject: [PATCH] OpenSSL: Set the date for manual pages to the release date. --- secure/lib/libcrypto/Makefile.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc index 6db607c7b2..1ac77067d3 100644 --- a/secure/lib/libcrypto/Makefile.inc +++ b/secure/lib/libcrypto/Makefile.inc @@ -2,6 +2,7 @@ # $DragonFly: src/secure/lib/libcrypto/Makefile.inc,v 1.18 2008/09/27 21:04:45 pavalos Exp $ OSSLVERSION= 0.9.8m +OSSLDATE= 2010-02-25 LCRYPTO_SRC= ${.CURDIR}/../../../crypto/openssl LCRYPTO_DOC= ${LCRYPTO_SRC}/doc @@ -24,7 +25,8 @@ man-update: @(sec=${manpage:E}; \ pod=${manpage:R}.pod; \ cp ${LCRYPTO_DOC}/${_docs}/$$pod .; \ - pod2man --section=$$sec --release="${OSSLVERSION}" --center="OpenSSL" \ + pod2man --section=$$sec --release="${OSSLVERSION}" \ + --date="${OSSLDATE}" --center="OpenSSL" \ $$pod > ${.CURDIR}/man/${manpage}; \ rm $$pod; \ ${ECHO} ${manpage}) -- 2.41.0