diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-07 22:10:41 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-07 22:10:41 +0000 |
commit | fadf380b428109cb692e6f590b5b8b5ed23616de (patch) | |
tree | 98331da789de3c0f0d1a3ac4189da440a48184fb /textproc/xmlindent | |
parent | 7efc9e505a11c9077774b55bd3d7c072f99b81a5 (diff) | |
download | ports-fadf380b428109cb692e6f590b5b8b5ed23616de.tar.gz ports-fadf380b428109cb692e6f590b5b8b5ed23616de.zip |
Notes
Diffstat (limited to 'textproc/xmlindent')
-rw-r--r-- | textproc/xmlindent/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/textproc/xmlindent/Makefile b/textproc/xmlindent/Makefile index 242f219cca11..70f45e993a4d 100644 --- a/textproc/xmlindent/Makefile +++ b/textproc/xmlindent/Makefile @@ -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 |