diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2008-04-28 01:23:42 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2008-04-28 01:23:42 +0000 |
commit | 5cd3d84947d58e9800119902008a827258e6358c (patch) | |
tree | 1120b3b194857cb8f0798042ed32b1d26e87e1d1 | |
parent | - Update to 1.2.5. (diff) |
- Uses "CC" to build in any case, regardless of what CC is set to.
- Bump PORTREVISION.
PR: ports/122942
Submitted by: Frank Fenor <frank@fenor.de>
-rw-r--r-- | security/tlswrap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/tlswrap/Makefile b/security/tlswrap/Makefile index d938ce724ef3..1abf475653d9 100644 --- a/security/tlswrap/Makefile +++ b/security/tlswrap/Makefile @@ -7,6 +7,7 @@ PORTNAME= tlswrap PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://tlswrap.sunsite.dk/ DISTNAME= ${PORTNAME}-1.04 @@ -14,6 +15,7 @@ DISTNAME= ${PORTNAME}-1.04 MAINTAINER= araujo@FreeBSD.org COMMENT= An FTP proxy that wraps data and control with TLS/SSL +MAKE_ENV+= CC="${CC}" GNU_CONFIGURE= yes USE_OPENSSL= yes @@ -27,7 +29,7 @@ post-patch: post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ .endif .include <bsd.port.mk> |