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