diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2016-04-15 11:36:24 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2016-04-15 11:36:24 +0000 |
commit | 5ebd4be6176a9322a76a50b1a8aa0d4884c8f31a (patch) | |
tree | b4d21a1f82e9319caeaf01583d79e027b76fc50b /www/rt42 | |
parent | 22d00ea4fd0ae5a9b1053c94c7ee4b4c6b0af6d5 (diff) |
Remove CONFLICTS_INSTALL against rt38 which is long gone from ports.
Remove a stray ${PORTSDIR} that escaped mat's purge [1]
Reported by: garga [1]
Notes
Notes:
svn path=/head/; revision=413334
Diffstat (limited to 'www/rt42')
-rw-r--r-- | www/rt42/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rt42/Makefile b/www/rt42/Makefile index 6d40102379b7..518a1868c414 100644 --- a/www/rt42/Makefile +++ b/www/rt42/Makefile @@ -10,7 +10,7 @@ PKGNAMESUFFIX= 42 MAINTAINER= matthew@FreeBSD.org COMMENT= RT is an industrial-grade ticketing system written in Perl -CONFLICTS_INSTALL= rt-3.8* rt40-4.0* rt44-4.4* brlcad-[0-9]* +CONFLICTS_INSTALL= rt40-4.0* rt44-4.4* brlcad-[0-9]* NO_ARCH= yes |