aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2008-04-28 09:23:42 +0800
committeraraujo <araujo@FreeBSD.org>2008-04-28 09:23:42 +0800
commit917630e71e8fb3e41a10221d221f99cec0cdd552 (patch)
tree4e21a1d80e007ca41b1a1aa360484ac35c027fc4 /security
parentb48afb20672805f1da098f82bf9cc5ff562e88ed (diff)
downloadfreebsd-ports-gnome-917630e71e8fb3e41a10221d221f99cec0cdd552.tar.gz
freebsd-ports-gnome-917630e71e8fb3e41a10221d221f99cec0cdd552.tar.zst
freebsd-ports-gnome-917630e71e8fb3e41a10221d221f99cec0cdd552.zip
- 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>
Diffstat (limited to 'security')
-rw-r--r--security/tlswrap/Makefile4
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>