svn commit: r322645 - head/textproc/xls2xml

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 10 11:17:00 UTC 2013


Author: bapt
Date: Wed Jul 10 11:16:59 2013
New Revision: 322645
URL: http://svnweb.freebsd.org/changeset/ports/322645

Log:
  Mark job unsafe
  Remove indefinite article

Modified:
  head/textproc/xls2xml/Makefile

Modified: head/textproc/xls2xml/Makefile
==============================================================================
--- head/textproc/xls2xml/Makefile	Wed Jul 10 11:15:54 2013	(r322644)
+++ head/textproc/xls2xml/Makefile	Wed Jul 10 11:16:59 2013	(r322645)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xls2xml
-# Date created:				4 November 1999
-# Whom:					Maxim Sobolev <sobomax at FreeBSD.org>
-#
+# Created by: Maxim Sobolev <sobomax at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	xls2xml
 PORTVERSION=	1.0.0
@@ -14,11 +10,12 @@ MASTER_SITES=	${MASTER_SITE_LOCAL} \
 MASTER_SITE_SUBDIR=	sobomax
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A utility for converting MS Excel files to XML
+COMMENT=	Utility for converting MS Excel files to XML
 
 LIB_DEPENDS=	cole.2:${PORTSDIR}/textproc/cole \
 		xml.5:${PORTSDIR}/textproc/libxml
 
+MAKE_JOBS_UNSAFE=	yes
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list