Date: Tue, 5 Jun 2018 19:01:08 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471800 - head/science/szip Message-ID: <201806051901.w55J181J043853@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Jun 5 19:01:08 2018 New Revision: 471800 URL: https://svnweb.freebsd.org/changeset/ports/471800 Log: Add LICENSE PR: 228743 Submitted by: amdmi3 Modified: head/science/szip/Makefile Modified: head/science/szip/Makefile ============================================================================== --- head/science/szip/Makefile Tue Jun 5 18:57:28 2018 (r471799) +++ head/science/szip/Makefile Tue Jun 5 19:01:08 2018 (r471800) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806051901.w55J181J043853>