aboutsummaryrefslogtreecommitdiff
path: root/math/atlas
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-05-10 06:22:30 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-05-10 06:22:30 +0000
commitfec9f5f94cb9790e7f6e9dd667112e9efa6e5377 (patch)
treeb2fc5bb5cf5f112e6c92da9c5431170060f92ab5 /math/atlas
parentd58ead3b0e41b728370e3fb0e5923daf9f39a015 (diff)
downloadports-fec9f5f94cb9790e7f6e9dd667112e9efa6e5377.tar.gz
ports-fec9f5f94cb9790e7f6e9dd667112e9efa6e5377.zip
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.
Notes
Notes: svn path=/head/; revision=469505
Diffstat (limited to 'math/atlas')
-rw-r--r--math/atlas/Makefile3
1 files changed, 2 insertions, 1 deletions
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