From fec9f5f94cb9790e7f6e9dd667112e9efa6e5377 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Thu, 10 May 2018 06:22:30 +0000 Subject: math/atlas: Add PKGNAMESUFFIX to prevent the package name conflict with devel/atlas devel/atlas produces the package Atlas-0.5.2_2. When it is installed, 'make install' in math/atlas failed without an error message. This is probably a bug in 'pkg-static'. 'pkg add atlas-3.8.4_13,1.txz' complained about the package name conflict. --- math/atlas/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/atlas') diff --git a/math/atlas/Makefile b/math/atlas/Makefile index 1e717cf31ad0..f54bf421f961 100644 --- a/math/atlas/Makefile +++ b/math/atlas/Makefile @@ -3,10 +3,11 @@ PORTNAME= atlas PORTVERSION= 3.8.4 -PORTREVISION= 13 +PORTREVISION= 14 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= SF/math-${PORTNAME}/Stable/${PORTVERSION} +PKGNAMESUFFIX= -math DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org -- cgit v1.2.3