diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-27 19:42:13 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-27 19:42:13 +0000 |
commit | 4dabf739f62b9bb924317ea478259dd6aacbe603 (patch) | |
tree | 1d418c86a9919305f43c1f57d1deb76e4d123fba /science | |
parent | 63847a1e41c8bd3f87f8dd1d0c3266c608ca3683 (diff) | |
download | ports-4dabf739f62b9bb924317ea478259dd6aacbe603.tar.gz ports-4dabf739f62b9bb924317ea478259dd6aacbe603.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/libaec/Makefile | 2 | ||||
-rw-r--r-- | science/szip/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/science/libaec/Makefile b/science/libaec/Makefile index ee84a8224364..006657b8cefa 100644 --- a/science/libaec/Makefile +++ b/science/libaec/Makefile @@ -13,7 +13,7 @@ COMMENT= Adaptive entropy coding library LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -CONFLICTS_INSTALL= hdf-szip- +CONFLICTS_INSTALL= hdf-szip GNU_CONFIGURE= yes INSTALL_TARGET= install-strip diff --git a/science/szip/Makefile b/science/szip/Makefile index 5aa06afe7881..0775c0d1c90c 100644 --- a/science/szip/Makefile +++ b/science/szip/Makefile @@ -16,7 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Lossless compression library for scientific data -CONFLICTS_INSTALL= libaec- +CONFLICTS_INSTALL= libaec OPTIONS_DEFINE= DOCS |