svn commit: r317636 - head/textproc/xmlindent

Emanuel Haupt ehaupt at FreeBSD.org
Tue May 7 22:10:42 UTC 2013


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 at 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


More information about the svn-ports-all mailing list