diff options
author | yuri <yuri@FreeBSD.org> | 2018-05-10 14:22:30 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-05-10 14:22:30 +0800 |
commit | 7f1af34f6e908ff0b98bd049954d1157fa0f0323 (patch) | |
tree | b2fc5bb5cf5f112e6c92da9c5431170060f92ab5 | |
parent | 80e838687192a589ccf3ed58fa49bc03090dc65e (diff) | |
download | freebsd-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/Makefile | 3 |
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 |