summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/Makefile.org
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-08-10 01:48:01 +0000
committernectar <nectar@FreeBSD.org>2002-08-10 01:48:01 +0000
commiteba366e36e93f5da8ae5c744eb337c3ef6872641 (patch)
treeeede76ec3d713121ad0839511c7cee57418c67b8 /crypto/openssl/Makefile.org
parentc99c2264cb2cf6c4f161218c15b8e9a3072526e5 (diff)
downloadFreeBSD-src-eba366e36e93f5da8ae5c744eb337c3ef6872641.zip
FreeBSD-src-eba366e36e93f5da8ae5c744eb337c3ef6872641.tar.gz
Import of OpenSSL 0.9.6g.
Diffstat (limited to 'crypto/openssl/Makefile.org')
-rw-r--r--crypto/openssl/Makefile.org7
1 files changed, 4 insertions, 3 deletions
diff --git a/crypto/openssl/Makefile.org b/crypto/openssl/Makefile.org
index 72e986d..56e11a1 100644
--- a/crypto/openssl/Makefile.org
+++ b/crypto/openssl/Makefile.org
@@ -677,7 +677,8 @@ install: all install_docs
done; \
( here="`pwd`"; \
cd $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \
- $(MAKE) -f $$here/Makefile link-shared ); \
+ set $(MAKE); \
+ $$1 -f $$here/Makefile link-shared ); \
fi
install_docs:
@@ -686,7 +687,7 @@ install_docs:
$(INSTALL_PREFIX)$(MANDIR)/man3 \
$(INSTALL_PREFIX)$(MANDIR)/man5 \
$(INSTALL_PREFIX)$(MANDIR)/man7
- @pod2man=`cd ../../util; ./pod2mantest ignore`; \
+ @pod2man=`cd util; ./pod2mantest ignore`; \
for i in doc/apps/*.pod; do \
fn=`basename $$i .pod`; \
if [ "$$fn" = "config" ]; then sec=5; else sec=1; fi; \
@@ -697,7 +698,7 @@ install_docs:
--release=$(VERSION) `basename $$i`") \
> $(INSTALL_PREFIX)$(MANDIR)/man$$sec/`basename $$i .pod`.$$sec; \
done; \
- @for i in doc/crypto/*.pod doc/ssl/*.pod; do \
+ for i in doc/crypto/*.pod doc/ssl/*.pod; do \
fn=`basename $$i .pod`; \
if [ "$$fn" = "des_modes" ]; then sec=7; else sec=3; fi; \
echo "installing man$$sec/`basename $$i .pod`.$$sec"; \
OpenPOWER on IntegriCloud