[Midnightbsd-cvs] mports: Makefile: Comment out non-existant ports.
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Sat Sep 8 23:38:24 EDT 2007
Log Message:
-----------
Comment out non-existant ports.
Modified Files:
--------------
mports/mbone:
Makefile (r1.1 -> r1.2)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/mbone/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lmbone/Makefile -Lmbone/Makefile -u -r1.1 -r1.2
--- mbone/Makefile
+++ mbone/Makefile
@@ -4,21 +4,21 @@
COMMENT = MBone applications
SUBDIR += imm
- SUBDIR += mcl
- SUBDIR += nte
+# SUBDIR += mcl
+# SUBDIR += nte
SUBDIR += rat
- SUBDIR += rat30
- SUBDIR += relate
- SUBDIR += rqm
- SUBDIR += rtpmon
+# SUBDIR += rat30
+# SUBDIR += relate
+# SUBDIR += rqm
+# SUBDIR += rtpmon
SUBDIR += rtptools
SUBDIR += sdr
SUBDIR += speak_freely
SUBDIR += udpcast
SUBDIR += vat
- SUBDIR += vic
+# SUBDIR += vic
SUBDIR += wb
- SUBDIR += wbd
+# SUBDIR += wbd
SUBDIR += xspeakfree
.include <bsd.port.subdir.mk>
More information about the Midnightbsd-cvs
mailing list