diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:18:26 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:18:26 +0000 |
commit | c6941c482ece145e97bdb2cd8f5ae1f8938298ea (patch) | |
tree | 6cba635ca6a0900686686afe6df65efafe2cb104 /security/tlswrap | |
parent | fa4bf2ee1d039ae33718a8286802e7bf7ceb3387 (diff) | |
download | ports-c6941c482ece145e97bdb2cd8f5ae1f8938298ea.tar.gz ports-c6941c482ece145e97bdb2cd8f5ae1f8938298ea.zip |
Notes
Diffstat (limited to 'security/tlswrap')
-rw-r--r-- | security/tlswrap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/tlswrap/Makefile b/security/tlswrap/Makefile index a6a1afba7d4a..2fdcccf0a061 100644 --- a/security/tlswrap/Makefile +++ b/security/tlswrap/Makefile @@ -14,6 +14,8 @@ COMMENT= FTP proxy that wraps data and control with TLS/SSL GNU_CONFIGURE= yes USE_OPENSSL= yes +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -E 's,^(CC|CFLAGS|LDFLAGS).*=,\1?=,g' \ ${WRKSRC}/Makefile.in |