diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-06-11 16:22:59 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-06-11 16:22:59 +0800 |
commit | 98570c258983d06b6a064806988834e8ebb4c8d7 (patch) | |
tree | 162c7a340b536631ecae43a52c2b79b22e54bae8 /security | |
parent | 31ed625b007d7c6a9c75f9291ad68dc515f852f9 (diff) | |
download | freebsd-ports-gnome-98570c258983d06b6a064806988834e8ebb4c8d7.tar.gz freebsd-ports-gnome-98570c258983d06b6a064806988834e8ebb4c8d7.tar.zst freebsd-ports-gnome-98570c258983d06b6a064806988834e8ebb4c8d7.zip |
- add COPYRIGHT
Diffstat (limited to 'security')
-rw-r--r-- | security/xyssl/Makefile | 4 | ||||
-rw-r--r-- | security/xyssl/pkg-descr | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/security/xyssl/Makefile b/security/xyssl/Makefile index b0061fbb2211..66381d69bbf4 100644 --- a/security/xyssl/Makefile +++ b/security/xyssl/Makefile @@ -16,12 +16,16 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A liteweight SSL and TLS toolkit for C developers LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYRIGHT # HAS_CONFIGURE= no # GNU_CONFIGURE= no PORTDOCS= BSD.txt ChangeLog +post-extract: + ${LN} ${WRKSRC}/BSD.txt ${WRKSRC}/COPYRIGHT + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} diff --git a/security/xyssl/pkg-descr b/security/xyssl/pkg-descr index 4a0231a15328..2f4669e5531b 100644 --- a/security/xyssl/pkg-descr +++ b/security/xyssl/pkg-descr @@ -5,5 +5,6 @@ Support is also included for X.509 certificate structures, as well as an internal PRNG. LICENSE: BSD +Copyright (c) 2006-2008, Christophe Devine. WWW: http://xyssl.org/ |