aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-06-06 03:01:08 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-06-06 03:01:08 +0800
commit3eda3c78d5e48da5528a0961b8e81587782601aa (patch)
tree8593e956759ac3841595cd67f01ef26836a57162 /science
parent54abe56ce6802ca6485444a38f619208341a300a (diff)
downloadfreebsd-ports-gnome-3eda3c78d5e48da5528a0961b8e81587782601aa.tar.gz
freebsd-ports-gnome-3eda3c78d5e48da5528a0961b8e81587782601aa.tar.zst
freebsd-ports-gnome-3eda3c78d5e48da5528a0961b8e81587782601aa.zip
Add LICENSE
PR: 228743 Submitted by: amdmi3
Diffstat (limited to 'science')
-rw-r--r--science/szip/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/science/szip/Makefile b/science/szip/Makefile
index 0775c0d1c90c..10b5db6bedd3 100644
--- a/science/szip/Makefile
+++ b/science/szip/Makefile
@@ -16,6 +16,11 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Lossless compression library for scientific data
+LICENSE= SZIP
+LICENSE_NAME= SZIP License
+LICENSE_FILE= ${WRKSRC}/COPYING
+LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept
+
CONFLICTS_INSTALL= libaec
OPTIONS_DEFINE= DOCS
@@ -30,7 +35,7 @@ USES= libtool
PORTDOCS= Release_notes_2_0.pdf
post-install-DOCS-on:
- ${MKDIR} ${STAGEDIR}${DOCSDIR}/
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}/
${INSTALL_DATA} ${DISTDIR}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>