diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-21 16:38:34 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-21 16:38:34 +0000 |
commit | 581acb4611199eb79b5614c92f8dfc93b0118a40 (patch) | |
tree | c49ed2cb3eee4c041cdbb59d534c641f49cc9d4e /security/tinc | |
parent | ddcd28f136d3d48adaaf216e2248bf044ea1dd19 (diff) | |
download | ports-581acb4611199eb79b5614c92f8dfc93b0118a40.tar.gz ports-581acb4611199eb79b5614c92f8dfc93b0118a40.zip |
Notes
Diffstat (limited to 'security/tinc')
-rw-r--r-- | security/tinc/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile index 9a22b3068115..3584a7d4799d 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -21,6 +21,7 @@ COMMENT= A Virtual Private Network (VPN) daemon LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext USE_OPENSSL= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -30,6 +31,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN5= tinc.conf.5 MAN8= tincd.8 +pre-configure: + ${REINPLACE_CMD} \ + 's/OpenSSL_add_all_algorithms/OpenSSL_add_all_ciphers/' \ + ${WRKSRC}/configure + post-extract: @${RM} -f ${WRKSRC}/doc/tinc.info* |