aboutsummaryrefslogtreecommitdiff
path: root/science/szip
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-06-05 19:01:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-06-05 19:01:08 +0000
commit952922b3fd28ed7c1017662192faaab778f428c5 (patch)
tree8593e956759ac3841595cd67f01ef26836a57162 /science/szip
parent8e8b7e2d02aa7a32ac9a6757f9186373f4bf0915 (diff)
Notes
Diffstat (limited to 'science/szip')
-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>