aboutsummaryrefslogtreecommitdiff
path: root/textproc/odt2txt
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-17 18:08:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-17 18:08:31 +0000
commitd63b6580b5b3425e3178d4216eca799e31bb3ed4 (patch)
tree89072609d21605b7c831839107979e1f84755382 /textproc/odt2txt
parentc38a2fe15e38e0452e9c228ac8501c985c0fa8c0 (diff)
downloadports-d63b6580b5b3425e3178d4216eca799e31bb3ed4.tar.gz
ports-d63b6580b5b3425e3178d4216eca799e31bb3ed4.zip
- Add LICENSE_FILE
- Use USES=localbase
Notes
Notes: svn path=/head/; revision=399567
Diffstat (limited to 'textproc/odt2txt')
-rw-r--r--textproc/odt2txt/Makefile5
1 files 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