svn commit: r324706 - head/lang/mmix

John Marino marino at FreeBSD.org
Wed Aug 14 12:05:36 UTC 2013


Author: marino
Date: Wed Aug 14 12:05:35 2013
New Revision: 324706
URL: http://svnweb.freebsd.org/changeset/ports/324706

Log:
  lang/mmix: Mark jobs unsafe
  
  Also trim header to please portlint.
  
  Approved by: 	bapt/culot (mentors, implicit)

Modified:
  head/lang/mmix/Makefile

Modified: head/lang/mmix/Makefile
==============================================================================
--- head/lang/mmix/Makefile	Wed Aug 14 11:58:53 2013	(r324705)
+++ head/lang/mmix/Makefile	Wed Aug 14 12:05:35 2013	(r324706)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	mmix
-# Date created:				25 Oct 2000
-# Whom:			Jing-Tang Keith Jang <keith at FreeBSD.org>
-#
+# Created by: Jing-Tang Keith Jang <keith at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	mmix
 PORTVERSION=	20110831
@@ -16,6 +12,8 @@ COMMENT=	A RISC computer designed by Don
 
 BUILD_DEPENDS=	ctangle:${PORTSDIR}/devel/cweb
 
+MAKE_JOBS_UNSAFE=yes
+
 NO_WRKSUBDIR=	yes
 FILES=		mmix.1 mmix.mp silly.out silly.run
 


More information about the svn-ports-all mailing list