svn commit: r399567 - head/textproc/odt2txt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 17 18:08:33 UTC 2015


Author: sunpoet
Date: Sat Oct 17 18:08:31 2015
New Revision: 399567
URL: https://svnweb.freebsd.org/changeset/ports/399567

Log:
  - Add LICENSE_FILE
  - Use USES=localbase

Modified:
  head/textproc/odt2txt/Makefile

Modified: head/textproc/odt2txt/Makefile
==============================================================================
--- head/textproc/odt2txt/Makefile	Sat Oct 17 18:08:27 2015	(r399566)
+++ head/textproc/odt2txt/Makefile	Sat Oct 17 18:08:31 2015	(r399567)
@@ -10,10 +10,9 @@ MAINTAINER=	sunpoet at 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
 


More information about the svn-ports-head mailing list