- Move SSL block after bsd.port.pre.mk
- Remove USE_REINPLACE - Unquote NO_PACKAGE PR: ports/97179 Approved by: maintainer
This commit is contained in:
parent
e612a984b2
commit
c8741a683e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162327
1 changed files with 3 additions and 5 deletions
|
@ -19,17 +19,13 @@ OPTIONS= MAN "Install man(1) pages" on \
|
|||
RSS_DIFF "Patch rblsmtpd for qmail users" off \
|
||||
SSL "Adds support for SSL (Secure Socket Layer)" off
|
||||
|
||||
NO_PACKAGE= "Unsure of djb\'s license"
|
||||
NO_PACKAGE= Unsure of djb's license
|
||||
|
||||
ALL_TARGET= prog install instcheck
|
||||
|
||||
SCRIPTS_ENV= BINOWN="${BINOWN}" BINGRP="${BINGRP}" BINMODE="${BINMODE}" \
|
||||
MANMODE="${MANMODE}" CFLAGS="${CFLAGS}"
|
||||
|
||||
.if defined(WITH_SSL)
|
||||
USE_OPENSSL= yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_MAN)
|
||||
|
@ -47,6 +43,8 @@ PATCH_DIST_STRIP= -p1
|
|||
.endif
|
||||
|
||||
.if defined(WITH_SSL)
|
||||
# we can't use USE_OPENSSL=yes after including bsd.port.pre.mk
|
||||
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
|
||||
PATCH_SITES+= http://www.nrg4u.com/qmail/
|
||||
PATCHFILES+= ucspi-tcp-ssl-20050405.patch.gz
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
|
Loading…
Reference in a new issue