From 98570c258983d06b6a064806988834e8ebb4c8d7 Mon Sep 17 00:00:00 2001 From: dinoex Date: Fri, 11 Jun 2010 08:22:59 +0000 Subject: - add COPYRIGHT --- security/xyssl/Makefile | 4 ++++ security/xyssl/pkg-descr | 1 + 2 files changed, 5 insertions(+) (limited to 'security') 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/ -- cgit