diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:02:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:02:06 +0000 |
commit | 13441eac4bb7e0e8a50bd437681b05022e55146b (patch) | |
tree | d65b02f7b127a36b4aa96f03448ee021d09b0c58 /security/tlswrap | |
parent | 8110f70f5fcd1d3afb2d1d8ceaaf0fe73a23c8d9 (diff) |
Notes
Diffstat (limited to 'security/tlswrap')
-rw-r--r-- | security/tlswrap/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/security/tlswrap/Makefile b/security/tlswrap/Makefile index 77dfa9ac8317..d938ce724ef3 100644 --- a/security/tlswrap/Makefile +++ b/security/tlswrap/Makefile @@ -20,14 +20,6 @@ USE_OPENSSL= yes PLIST_FILES= bin/tlswrap PORTDOCS= README -.include <bsd.port.pre.mk> - -post-configure: -.if ( ${OSVERSION} < 500000 ) - @${REINPLACE_CMD} -E 's,#define socklen_t size_t,,g' \ - ${WRKSRC}/conf.h -.endif - post-patch: @${REINPLACE_CMD} -E 's,^(CC|CFLAGS|LDFLAGS).*=,\1?=,g' \ ${WRKSRC}/Makefile.in @@ -38,4 +30,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |