mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
fd68fbf5c0
Fix CONFLICTS_INSTALL typos and definition. PR: 238255 Reported by: Pascal Christen Sponsored by: trivago N.V.
14 lines
248 B
Makefile
14 lines
248 B
Makefile
# Created by: Luca Pizzamiglio <pizzamig@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -node10
|
|
|
|
CONFLICTS_INSTALL= yarn yarn-node8
|
|
|
|
OPTIONS_EXCLUDE= NODE NODE8 NODE6
|
|
OPTIONS_SLAVE= NODE10
|
|
|
|
MASTERDIR= ${.CURDIR}/../yarn
|
|
|
|
.include "${MASTERDIR}/Makefile"
|