aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-05-10 14:22:30 +0800
committeryuri <yuri@FreeBSD.org>2018-05-10 14:22:30 +0800
commit7f1af34f6e908ff0b98bd049954d1157fa0f0323 (patch)
treeb2fc5bb5cf5f112e6c92da9c5431170060f92ab5
parent80e838687192a589ccf3ed58fa49bc03090dc65e (diff)
downloadfreebsd-ports-gnome-7f1af34f6e908ff0b98bd049954d1157fa0f0323.tar.gz
freebsd-ports-gnome-7f1af34f6e908ff0b98bd049954d1157fa0f0323.tar.zst
freebsd-ports-gnome-7f1af34f6e908ff0b98bd049954d1157fa0f0323.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.
-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