Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 2013 22:10:41 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317636 - head/textproc/xmlindent
Message-ID:  <201305072210.r47MAfb1097900@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue May  7 22:10:41 2013
New Revision: 317636
URL: http://svnweb.freebsd.org/changeset/ports/317636

Log:
  - Add license
  - Trim header

Modified:
  head/textproc/xmlindent/Makefile

Modified: head/textproc/xmlindent/Makefile
==============================================================================
--- head/textproc/xmlindent/Makefile	Tue May  7 22:09:21 2013	(r317635)
+++ head/textproc/xmlindent/Makefile	Tue May  7 22:10:41 2013	(r317636)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	xmlindent
-# Date created:			Apr 1, 2003
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	xmlindent
 PORTVERSION=	0.2.17
@@ -15,6 +10,8 @@ MASTER_SITES=	SF
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	XML stream reformatter
 
+LICENSE=	GPLv2
+
 MANCOMPRESSED=	no
 
 SOURCES=	error.c indent.c buffer.c main.c
@@ -24,7 +21,8 @@ PLIST_FILES=	bin/xmlindent
 
 do-build:
 	@cd ${WRKSRC}; flex xmlindent.yy
-	${CC} ${CFLAGS} ${SOURCES:C/(.*)/${WRKSRC}\/\1/} -o ${WRKSRC}/${PORTNAME} -lfl
+	${CC} ${CFLAGS} ${SOURCES:C/(.*)/${WRKSRC}\/\1/} \
+		-o ${WRKSRC}/${PORTNAME} -lfl
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305072210.r47MAfb1097900>