From: Peter Avalos Date: Sun, 26 Sep 2010 08:37:01 +0000 (-1000) Subject: OpenSSL: Set the date for manual pages to the release date. X-Git-Tag: v2.8.0~74^2~39 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/db23201547c81a33d7650b62e87d3d35cd72a4dd OpenSSL: Set the date for manual pages to the release date. --- diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc index 6db607c..1ac7706 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})