From 1cc2f0f774af077b01c013f956cb750d3b9114c9 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Wed, 17 May 2017 14:41:18 -0500 Subject: [PATCH] Re-instated MANSUFFIX due to conflict with shadow man page... --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8e50466..5086ae1 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ BRIEF = Library routines for TLS and SSL DESC = OpenSSL is an open source project that provides a robust, \ commercial-grade, and full-featured toolkit for the Transport Layer \ 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) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') @@ -68,7 +68,7 @@ $(ROOT): $(SRCDIR)/apps/openssl mkdir -v $(ROOT); \ fi - @cd $(SRCDIR) && make MANDIR=/usr/share/man install \ + @cd $(SRCDIR) && make MANDIR=/usr/share/man MANSUFFIX=ssl install \ INSTALL_PREFIX=$(ROOT) @install -v -d $(DEV)/SNAP && \