mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
www/yarn www/yarn-node10 www/yarn-node8: Fix CONFLICTS declarations
Fix CONFLICTS_INSTALL typos and definition. PR: 238255 Reported by: Pascal Christen Sponsored by: trivago N.V.
This commit is contained in:
parent
b49bc9fc24
commit
fd68fbf5c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503132
@ -3,7 +3,7 @@
|
||||
|
||||
PKGNAMESUFFIX= -node10
|
||||
|
||||
CONFLICS_INSTALL= yarn yarn-node8
|
||||
CONFLICTS_INSTALL= yarn yarn-node8
|
||||
|
||||
OPTIONS_EXCLUDE= NODE NODE8 NODE6
|
||||
OPTIONS_SLAVE= NODE10
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PKGNAMESUFFIX= -node8
|
||||
|
||||
CONFLICS_INSTALL= yarn yarn-node10
|
||||
CONFLICTS_INSTALL= yarn yarn-node10
|
||||
|
||||
OPTIONS_EXCLUDE= NODE NODE10 NODE6
|
||||
OPTIONS_SLAVE= NODE8
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Package manager for node, alternative to npm
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
CONFLICTS?= yarn-node10 yarn-node8
|
||||
CONFLICTS_INSTALL?= yarn-node10 yarn-node8
|
||||
|
||||
OPTIONS_DEFINE= HADOOPCOMPAT
|
||||
OPTIONS_SINGLE= BACKEND
|
||||
|
Loading…
Reference in New Issue
Block a user