diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-11-23 23:11:40 +0100 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-11-23 23:11:40 +0100 |
commit | 5933ac0b099d61d98eb531d373cf57a8927bc7af (patch) | |
tree | fc0ebf2ac7225dec2aa7f2a7b0efbb91919c1030 /graphics/springgraph | |
parent | e2521329169c2867009b66984bc2988c9631f00f (diff) | |
download | freebsd-ports-5933ac0b099d61d98eb531d373cf57a8927bc7af.zip |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
Diffstat (limited to 'graphics/springgraph')
-rw-r--r-- | graphics/springgraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/springgraph/Makefile b/graphics/springgraph/Makefile index 0a5805686b51..06867713723b 100644 --- a/graphics/springgraph/Makefile +++ b/graphics/springgraph/Makefile @@ -13,7 +13,7 @@ COMMENT= Render graph described in a .dot file RUN_DEPENDS= p5-GD>=0:graphics/p5-GD -CONFLICTS_INSTALL=signing-party-[0-9]* +CONFLICTS_INSTALL=signing-party PLIST_FILES= bin/springgraph EXTRACT_CMD= ${CP} |