diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-14 23:52:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-14 23:52:30 +0000 |
commit | a311f3e214a49f1861f54249f44b8dcdb0ff7782 (patch) | |
tree | 6b2f8cbd15b4dc733a5ff55299235dc1978da79a | |
parent | 1d841944cf1837c6cc0022e207df851d60ba0ef9 (diff) |
Notes
-rw-r--r-- | security/lsh/Makefile | 13 | ||||
-rw-r--r-- | security/lsh/pkg-plist | 2 |
2 files changed, 5 insertions, 10 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 3ff0dfd16f22..f2e752e34a3a 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org COMMENT= Secure (encrypted) remote shell compatible with ssh 2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= liboop.so:${PORTSDIR}/devel/liboop \ libgmp.so:${PORTSDIR}/math/gmp \ libnettle.so:${PORTSDIR}/security/nettle @@ -37,12 +40,4 @@ test: (cd ${WRKSRC}/src/testsuite && ${SETENV} ${MAKE_ENV} \ ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 900000 -PLIST_SUB+= KRB="" -.else -PLIST_SUB+= KRB="@comment " -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/lsh/pkg-plist b/security/lsh/pkg-plist index b832fe61e08f..f49148570d59 100644 --- a/security/lsh/pkg-plist +++ b/security/lsh/pkg-plist @@ -33,7 +33,7 @@ man/man5/secsh.5.gz man/man8/lshd.8.gz man/man8/sftp-server.8.gz sbin/lsh-execuv -%%KRB%%sbin/lsh-krb-checkpw +sbin/lsh-krb-checkpw sbin/lsh-pam-checkpw sbin/lshd sbin/sftp-server |