diff options
| author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2010-04-01 15:35:29 +0000 |
|---|---|---|
| committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2010-04-01 15:35:29 +0000 |
| commit | 3df672379c288cad3cccbfb2bff20806d20f2a89 (patch) | |
| tree | 0525c6d9008b439ded15b78868b8c094cd42d0c6 /secure/lib/libcrypto | |
| parent | ab8565e2671f6e9101b4b855b9614c95f0810eb6 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcrypto')
| -rw-r--r-- | secure/lib/libcrypto/Makefile.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc index 41bf41be4761..d91a26ac67ef 100644 --- a/secure/lib/libcrypto/Makefile.inc +++ b/secure/lib/libcrypto/Makefile.inc @@ -2,6 +2,10 @@ .include <bsd.own.mk> +# OpenSSL version used for manual page generation +OPENSSL_VER= 0.9.8n +OPENSSL_DATE= 2010-03-24 + LCRYPTO_SRC= ${.CURDIR}/../../../crypto/openssl LCRYPTO_DOC= ${.CURDIR}/../../../crypto/openssl/doc @@ -34,7 +38,8 @@ man-update: @(sec=${manpage:E}; \ pod=${manpage:R}.pod; \ cp ${LCRYPTO_DOC}/${_docs}/$$pod .; \ - pod2man --section=$$sec --release="0.9.8m" --center="OpenSSL" \ + pod2man --section=$$sec --release="${OPENSSL_VER}" \ + --date="${OPENSSL_DATE}" --center="OpenSSL" \ $$pod > ${.CURDIR}/man/${manpage}; \ rm -f $$pod; \ ${ECHO} ${manpage}) |
