aboutsummaryrefslogtreecommitdiff
path: root/sysutils/boxbackup-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/boxbackup-devel/Makefile')
-rw-r--r--sysutils/boxbackup-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/boxbackup-devel/Makefile b/sysutils/boxbackup-devel/Makefile
index ac45815ffaa2..a72792aa77e1 100644
--- a/sysutils/boxbackup-devel/Makefile
+++ b/sysutils/boxbackup-devel/Makefile
@@ -75,13 +75,13 @@ PLIST_SUB+= SERVER="@comment "
.endif
.if ! ${PORT_OPTIONS:MCLIENT}
-CONFLICTS= boxbackup-client-[0-9]* boxbackup-[0-9]*
+CONFLICTS= boxbackup-client boxbackup
CLIENT_OR_SERVER=-server
.elif ! ${PORT_OPTIONS:MSERVER}
-CONFLICTS= boxbackup-server-[0-9]* boxbackup-[0-9]*
+CONFLICTS= boxbackup-server boxbackup
CLIENT_OR_SERVER=-client
.else
-CONFLICTS= boxbackup-server-[0-9]* boxbackup-client-[0-9]*
+CONFLICTS= boxbackup-server boxbackup-client
.endif
post-patch: