aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine-mono
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2018-05-19 07:59:57 +0000
committerStefan Eßer <se@FreeBSD.org>2018-05-19 07:59:57 +0000
commit8dc5f88137963705514fb826db51207257219afd (patch)
tree9ba5cde3c1f59717fafd743cc09ec87e5e9b5466 /emulators/wine-mono
parent66ccddb73f72c4b4ba29b429bb8e2a71198d637d (diff)
downloadports-8dc5f88137963705514fb826db51207257219afd.tar.gz
ports-8dc5f88137963705514fb826db51207257219afd.zip
Add CONFLICTS entries that prevent simultaneous installation of normal
and devel versions of these ports. While these are allowed when the devel versions are newer than the normal versions, this is not always the case and especially not at this time. Instead of only conflicting with the same version of each port, a version wildcard is used, to prevent unexpected behavior if the non-devel version is updated to match the devel version when both are installed. Approved by: gerald (maintainer)
Notes
Notes: svn path=/head/; revision=470368
Diffstat (limited to 'emulators/wine-mono')
-rw-r--r--emulators/wine-mono/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/wine-mono/Makefile b/emulators/wine-mono/Makefile
index b232ad7670f9..91465f58c99f 100644
--- a/emulators/wine-mono/Makefile
+++ b/emulators/wine-mono/Makefile
@@ -16,10 +16,12 @@ LICENSE_COMB= multi
PORTSCOUT= ignore:1 # for newer versions see emulators/wine-mono-devel
+CONFLICTS_INSTALL= wine-mono-devel-[0-9]*
+
NO_BUILD= yes
PLIST_SUB+= MONO_VERSION="${DISTVERSION}"
DATADIR= ${PREFIX}/share/wine
-PLIST_FILES= %%DATADIR%%/mono/wine-mono-%%MONO_VERSION%%.msi
+PLIST_FILES= ${DATADIR}/mono/wine-mono-${DISTVERSION}.msi
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}/mono