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 && \