Re-instated MANSUFFIX due to conflict with shadow man page...

This commit is contained in:
2017-05-17 14:41:18 -05:00
parent 82cc3eac00
commit 1cc2f0f774

View File

@@ -16,7 +16,7 @@ BRIEF = Library routines for TLS and SSL
DESC = OpenSSL is an open source project that provides a robust, \ DESC = OpenSSL is an open source project that provides a robust, \
commercial-grade, and full-featured toolkit for the Transport Layer \ commercial-grade, and full-featured toolkit for the Transport Layer \
Security (TLS) and Secure Sockets Layer (SSL) protocols. Security (TLS) and Secure Sockets Layer (SSL) protocols.
SNAPVER = 2 SNAPVER = 3
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
@@ -68,7 +68,7 @@ $(ROOT): $(SRCDIR)/apps/openssl
mkdir -v $(ROOT); \ mkdir -v $(ROOT); \
fi fi
@cd $(SRCDIR) && make MANDIR=/usr/share/man install \ @cd $(SRCDIR) && make MANDIR=/usr/share/man MANSUFFIX=ssl install \
INSTALL_PREFIX=$(ROOT) INSTALL_PREFIX=$(ROOT)
@install -v -d $(DEV)/SNAP && \ @install -v -d $(DEV)/SNAP && \