Modified: trunk/dports/devel/ftjam/Portfile (102446 => 102447)
--- trunk/dports/devel/ftjam/Portfile 2013-02-03 07:45:22 UTC (rev 102446)
+++ trunk/dports/devel/ftjam/Portfile 2013-02-03 07:49:17 UTC (rev 102447)
@@ -6,12 +6,14 @@
version 2.5.2
categories devel
maintainers nomaintainer
+
+# Attempts to install the same executable.
+conflicts jam
+
description a software build tool like make
long_description FTJam is an improvement built upon Perforce Jam \
(or Classic Jam). It is backward compatible with \
- Perforce Jam 2.3. Please note that FTJam port \
- conflicts with Perforce Jam port because they \
- both want to install jam into ${prefix}/bin
+ Perforce Jam 2.3.
homepage http://freetype.sourceforge.net/jam/
master_sites sourceforge:freetype
checksums md5 b06c4c91405ef152ae59712d4fb1b80b \
Modified: trunk/dports/devel/jam/Portfile (102446 => 102447)
--- trunk/dports/devel/jam/Portfile 2013-02-03 07:45:22 UTC (rev 102446)
+++ trunk/dports/devel/jam/Portfile 2013-02-03 07:49:17 UTC (rev 102447)
@@ -10,6 +10,10 @@
categories devel
license Permissive
maintainers nomaintainer
+
+# Attempts to install the same executable.
+conflicts ftjam
+
description a software build tool like make
long_description Jam is a software build tool (like make) from \
Perforce. It is very powerful tool and it is \