Mark job unsafe
Remove indefinite article
This commit is contained in:
parent
f8b6962d28
commit
49b073175d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322645
1 changed files with 3 additions and 6 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: xls2xml
|
||||
# Date created: 4 November 1999
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xls2xml
|
||||
PORTVERSION= 1.0.0
|
||||
|
@ -14,11 +10,12 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
|||
MASTER_SITE_SUBDIR= sobomax
|
||||
|
||||
MAINTAINER= ports@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
|
||||
|
|
Loading…
Reference in a new issue