aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-08-10 23:05:33 +0000
committerJohn Marino <marino@FreeBSD.org>2013-08-10 23:05:33 +0000
commit08ebf601b919ec3fecdcce1074441d081c3a6850 (patch)
tree72f7d8d31b4467f24928269f27b4904efe5e47de
parent16b84fb33cd490f51e464a718b7a511974863af2 (diff)
downloadports-08ebf601b919ec3fecdcce1074441d081c3a6850.tar.gz
ports-08ebf601b919ec3fecdcce1074441d081c3a6850.zip
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
Notes
Notes: svn path=/head/; revision=324560
-rw-r--r--lang/ocaml-nox11/Makefile2
1 files changed, 2 insertions, 0 deletions
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"