aboutsummaryrefslogtreecommitdiff
path: root/security/lsh
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:00:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:00:38 +0000
commit0d263e77cb9c8fc0d78cb27161bb31c39bbd3910 (patch)
treea4be5d0931b67795905ca15d7cf926fac06a459e /security/lsh
parent4c021c0e37531b811db7809b9396f4ed982c533c (diff)
downloadports-0d263e77cb9c8fc0d78cb27161bb31c39bbd3910.tar.gz
ports-0d263e77cb9c8fc0d78cb27161bb31c39bbd3910.zip
Notes
Diffstat (limited to 'security/lsh')
-rw-r--r--security/lsh/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile
index d85a2bd7b8d8..50ab29e9d2e2 100644
--- a/security/lsh/Makefile
+++ b/security/lsh/Makefile
@@ -45,12 +45,6 @@ MAN5= secsh.5 SPKI.5 SHA.5 DSA.5
MAN8= sftp-server.8 lshd.8
INFO= lsh nettle
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400014
-CONFIGURE_ARGS+= --without-ipv6
-.endif
-
post-install:
.for BIN in lsh lsh-keygen lsh-writekey sexp-conv srp-gen lsh-decode-key
${STRIP_CMD} ${PREFIX}/bin/${BIN}
@@ -63,4 +57,4 @@ test:
(cd ${WRKSRC}/src/testsuite && ${SETENV} ${MAKE_ENV} \
${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>