Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2015 18:08:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399567 - head/textproc/odt2txt
Message-ID:  <201510171808.t9HI8W0j029548@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510171808.t9HI8W0j029548>