diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-02-02 15:47:08 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-02-02 15:47:08 +0000 |
commit | 2e1923da135fb91d307be79fb21de401cb0f6d0e (patch) | |
tree | 31a940b810ef7e65db8b37a163b5ac04f885de1e /security/openssh-portable | |
parent | fe665b70e93500abc49b151fcd8c7b05be2a8139 (diff) | |
download | ports-2e1923da135fb91d307be79fb21de401cb0f6d0e.tar.gz ports-2e1923da135fb91d307be79fb21de401cb0f6d0e.zip |
Notes
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 552739ae08f8..4636e7cd7e57 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -12,7 +12,8 @@ PKGNAMESUFFIX?= -portable MAINTAINER= bdrewery@FreeBSD.org COMMENT= The portable version of OpenBSD's OpenSSH -LICENSE= BSD +#LICENSE= BSD2,BSD3,MIT,public domain,BSD-Style,BEER-WARE,"any purpose with notice intact",ISC-Style +#LICENSE_FILE= ${WRKSRC}/LICENCE CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* |