From 43a86c1d6710cf201ba5628e0641b93f236c1e13 Mon Sep 17 00:00:00 2001 From: marino Date: Sat, 10 Aug 2013 23:05:33 +0000 Subject: lang/ocaml-nox11: Fix package origin 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 --- lang/ocaml-nox11/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang/ocaml-nox11/Makefile') diff --git a/lang/ocaml-nox11/Makefile b/lang/ocaml-nox11/Makefile index 16a3a041df7b..eb3972740a0a 100644 --- a/lang/ocaml-nox11/Makefile +++ b/lang/ocaml-nox11/Makefile @@ -13,4 +13,6 @@ CONFLICTS= metaocaml-[0-9]* ocaml-[0-9]* ocaml-notk-[0-9]* OPTIONS_EXCLUDE=TK X11 +SFX= -nox11 + .include "${MASTERDIR}/Makefile" -- cgit