svn commit: r348823 - head/textproc/ltxml

Rusmir Dusko nemysis at FreeBSD.org
Sun Mar 23 01:34:58 UTC 2014


Author: nemysis
Date: Sun Mar 23 01:34:58 2014
New Revision: 348823
URL: http://svnweb.freebsd.org/changeset/ports/348823
QAT: https://qat.redports.org/buildarchive/r348823/

Log:
  - Remove not needed LICENSE_FILE
  - USES gmake instead of USE_GMAKE
  - Support STAGEDIR
  - Break lines around 80 characters

Modified:
  head/textproc/ltxml/Makefile

Modified: head/textproc/ltxml/Makefile
==============================================================================
--- head/textproc/ltxml/Makefile	Sun Mar 23 00:57:59 2014	(r348822)
+++ head/textproc/ltxml/Makefile	Sun Mar 23 01:34:58 2014	(r348823)
@@ -11,22 +11,20 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	XML Toolkit
 
 LICENSE=	GPLv2
-LICENSE_FILE=	${WRKDIR}/${DISTNAME}/COPYING
 
 OPTIONS_DEFINE=	OPTIMIZED_CFLAGS
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/XML
 
-USES=		perl5
-USE_GMAKE=	yes
+USES=		gmake perl5
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-zlib=/usr --datadir=${PREFIX}/lib/ltxml12
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
-CFLAGS+=	-Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations -O3
+CFLAGS+=	-Wuninitialized -ffast-math -finline-functions \
+		-fomit-frame-pointer -fexpensive-optimizations -O3
 .endif
 
 .if ${ARCH} == "amd64" || ${ARCH} == "ia64"


More information about the svn-ports-all mailing list