diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-12 20:27:59 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-12 20:27:59 +0000 |
commit | ed97522b8367e26034df020ff907235702e3167e (patch) | |
tree | 1b91cc19c0bf0fd6a60182f907af88a48f7c3945 /security/openssl-beta/files/patch-ab | |
parent | Update to superlu 2.0.20020923 (lots of code changes, no vendor (diff) |
Install openssl's man pages in standard manpath
PR: 43658
Notes
Notes:
svn path=/head/; revision=67897
Diffstat (limited to 'security/openssl-beta/files/patch-ab')
-rw-r--r-- | security/openssl-beta/files/patch-ab | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/security/openssl-beta/files/patch-ab b/security/openssl-beta/files/patch-ab index 571ebd87ca56..826485fc8a82 100644 --- a/security/openssl-beta/files/patch-ab +++ b/security/openssl-beta/files/patch-ab @@ -1,5 +1,14 @@ --- Makefile.org.orig Thu Apr 5 13:08:02 2001 -+++ Makefile.org Mon Apr 23 01:08:26 2001 ++++ Makefile.org Sat Oct 12 22:10:18 2002 +@@ -171,7 +171,7 @@ + MAKEFILE= Makefile.ssl + MAKE= make -f Makefile.ssl + +-MANDIR=$(OPENSSLDIR)/man ++MANDIR?=$(MANPREFIX)/man + MAN1=1 + MAN3=3 + SHELL=/bin/sh @@ -178,7 +178,7 @@ ONEDIRS=out tmp EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS |