diff options
Diffstat (limited to 'security/xyssl/Makefile')
-rw-r--r-- | security/xyssl/Makefile | 4 |
1 files changed, 4 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} |