diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 06:10:41 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 06:10:41 +0800 |
commit | 6cbfbcbae5c75b5b5d83d32a3855576e229f1009 (patch) | |
tree | 98331da789de3c0f0d1a3ac4189da440a48184fb | |
parent | c76002ffa2070bc9aa4b855d2febfcc9656c1827 (diff) | |
download | freebsd-ports-gnome-6cbfbcbae5c75b5b5d83d32a3855576e229f1009.tar.gz freebsd-ports-gnome-6cbfbcbae5c75b5b5d83d32a3855576e229f1009.tar.zst freebsd-ports-gnome-6cbfbcbae5c75b5b5d83d32a3855576e229f1009.zip |
- Add license
- Trim header
-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 |