diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-28 03:42:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-28 03:42:13 +0800 |
commit | 86162f4965b18f11e615a35ae475197cecb7d0f5 (patch) | |
tree | 1d418c86a9919305f43c1f57d1deb76e4d123fba /science | |
parent | b67ae8ed7de0d485cc4e20fbc40c64d834a6095e (diff) | |
download | freebsd-ports-gnome-86162f4965b18f11e615a35ae475197cecb7d0f5.tar.gz freebsd-ports-gnome-86162f4965b18f11e615a35ae475197cecb7d0f5.tar.zst freebsd-ports-gnome-86162f4965b18f11e615a35ae475197cecb7d0f5.zip |
Fix CONFLICTS_INSTALL
PR: 219388
Submitted by: pawel
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 |