mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
819f25b36d
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"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
10 lines
151 B
Makefile
10 lines
151 B
Makefile
# Created by: kline
|
|
|
|
CONFLICTS= enscript-a4 enscript-letter
|
|
|
|
PS= Letterdj
|
|
|
|
MASTERDIR= ${.CURDIR}/../enscript-letter
|
|
|
|
.include "${MASTERDIR}/Makefile"
|