svn commit: r322648 - head/converters/trans

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 10 11:20:57 UTC 2013


Author: bapt
Date: Wed Jul 10 11:20:57 2013
New Revision: 322648
URL: http://svnweb.freebsd.org/changeset/ports/322648

Log:
  Mark jobs unsafe

Modified:
  head/converters/trans/Makefile

Modified: head/converters/trans/Makefile
==============================================================================
--- head/converters/trans/Makefile	Wed Jul 10 11:20:00 2013	(r322647)
+++ head/converters/trans/Makefile	Wed Jul 10 11:20:57 2013	(r322648)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    trans
-# Date created:         6 May 1996
-# Whom:                 ache
-#
+# Created by: ache
 # $FreeBSD$
-#
 
 PORTNAME=	trans
 PORTVERSION=	1.20
@@ -14,6 +10,8 @@ DISTNAME=	trans120
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Character Encoding Converter Generator Package
 
+MAKE_JOBS_UNSAFE=	yes
+
 LIBDIR=		${PREFIX}/lib/trans
 ALL=		transhtm transiso transce8 transtab checkiso checkuni
 


More information about the svn-ports-all mailing list