lang/ocaml-nox11 port produces a package with the exact same name as lang/ocaml because they have a common Makefile. However, by defining the SFX variable before including it, ocaml-nox11 package name will receive a suffix. This fixes an origin conflict seen on poudriere. The new base package name will be ocaml-nox11 Approved by: bapt/culot (mentors, implicit), maintainer timeout
18 lines
360 B
Makefile
18 lines
360 B
Makefile
# Created by: Eugene Ossintsev
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ocaml-nox11
|
|
CATEGORIES= lang
|
|
|
|
MAINTAINER= michael.grunewald@laposte.net
|
|
COMMENT= Objective Caml compiler and programming environment (no X11)
|
|
|
|
MASTERDIR= ${.CURDIR}/../ocaml
|
|
|
|
CONFLICTS= metaocaml-[0-9]* ocaml-[0-9]* ocaml-notk-[0-9]*
|
|
|
|
OPTIONS_EXCLUDE=TK X11
|
|
|
|
SFX= -nox11
|
|
|
|
.include "${MASTERDIR}/Makefile"
|