From d63b6580b5b3425e3178d4216eca799e31bb3ed4 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Oct 2015 18:08:31 +0000 Subject: [PATCH] - Add LICENSE_FILE - Use USES=localbase --- textproc/odt2txt/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/textproc/odt2txt/Makefile b/textproc/odt2txt/Makefile index 19e62218694f..5b33da12c948 100644 --- a/textproc/odt2txt/Makefile +++ b/textproc/odt2txt/Makefile @@ -10,10 +10,9 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple converter from OpenDocument Text to plain text LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/GPL-2 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -USES= gmake iconv +USES= gmake iconv localbase PLIST_FILES= bin/odt2txt man/man1/odt2txt.1.gz