aboutsummaryrefslogtreecommitdiff
path: root/security/tinc
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-02-21 16:38:34 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-02-21 16:38:34 +0000
commit581acb4611199eb79b5614c92f8dfc93b0118a40 (patch)
treec49ed2cb3eee4c041cdbb59d534c641f49cc9d4e /security/tinc
parentddcd28f136d3d48adaaf216e2248bf044ea1dd19 (diff)
downloadports-581acb4611199eb79b5614c92f8dfc93b0118a40.tar.gz
ports-581acb4611199eb79b5614c92f8dfc93b0118a40.zip
Notes
Diffstat (limited to 'security/tinc')
-rw-r--r--security/tinc/Makefile6
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*