diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-11 14:18:53 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-11 14:18:53 +0800 |
commit | 3c91dec5526df8698ccc9591d56f981195ff893a (patch) | |
tree | eb8a1647cebe07aec0e3a9339cff13e4cf6e5b37 /net | |
parent | ce4924ebb06349246c3283e3f8f739b5a1e00ce4 (diff) | |
download | freebsd-ports-gnome-3c91dec5526df8698ccc9591d56f981195ff893a.tar.gz freebsd-ports-gnome-3c91dec5526df8698ccc9591d56f981195ff893a.tar.zst freebsd-ports-gnome-3c91dec5526df8698ccc9591d56f981195ff893a.zip |
Add CONFLICTS for ports that install files with the same name.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/netatalk-devel/Makefile | 2 | ||||
-rw-r--r-- | net/netatalk/Makefile | 2 | ||||
-rw-r--r-- | net/tac_plus4/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/net/netatalk-devel/Makefile b/net/netatalk-devel/Makefile index 65081795f3d6..4df4867774e2 100644 --- a/net/netatalk-devel/Makefile +++ b/net/netatalk-devel/Makefile @@ -80,6 +80,8 @@ MAN5= AppleVolumes.default.5 afpd.conf.5 atalkd.conf.5 \ netatalk.conf.5 papd.conf.5 MAN8= afpd.8 atalkd.8 papd.8 papstatus.8 psf.8 timelord.8 +CONFLICTS= bigloo-2.* cap-6.0.* tct-1.* + pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Netatalk has the following tunable options:" diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 65081795f3d6..4df4867774e2 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -80,6 +80,8 @@ MAN5= AppleVolumes.default.5 afpd.conf.5 atalkd.conf.5 \ netatalk.conf.5 papd.conf.5 MAN8= afpd.8 atalkd.8 papd.8 papstatus.8 psf.8 timelord.8 +CONFLICTS= bigloo-2.* cap-6.0.* tct-1.* + pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Netatalk has the following tunable options:" diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile index f8ec2e6fb5ab..7d12d5579999 100644 --- a/net/tac_plus4/Makefile +++ b/net/tac_plus4/Makefile @@ -19,6 +19,8 @@ COMMENT= The Cisco remote authentication/authorization/accounting server ALL_TARGET= tac_plus MAN1= tac_plus.1 +CONFLICTS= ru-tac+ia-* tac_plus-libradius-* + # To change the text displayed when users are prompted to enter # a username, set appropriately TAC_CHANGE_PROMPT variable. .if defined(TAC_CHANGE_PROMPT) && ${TAC_CHANGE_PROMPT} == YES |