1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

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.
This commit is contained in:
Yuri Victorovich 2018-05-10 06:22:30 +00:00
parent d58ead3b0e
commit fec9f5f94c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469505

View File

@ -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