svn commit: r399374 - head/textproc/dictfmt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 15 20:17:02 UTC 2015


Author: sunpoet
Date: Thu Oct 15 20:17:01 2015
New Revision: 399374
URL: https://svnweb.freebsd.org/changeset/ports/399374

Log:
  - Add LICENSE_FILE
  - Use USES=localbase

Modified:
  head/textproc/dictfmt/Makefile

Modified: head/textproc/dictfmt/Makefile
==============================================================================
--- head/textproc/dictfmt/Makefile	Thu Oct 15 20:16:56 2015	(r399373)
+++ head/textproc/dictfmt/Makefile	Thu Oct 15 20:17:01 2015	(r399374)
@@ -11,14 +11,13 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Formats a DICT protocol dictionary database
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libmaa.so:${PORTSDIR}/devel/libmaa
 
 ALL_TARGET=	dictfmt
-CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install.dictfmt
-LIBS+=		-L${LOCALBASE}/lib
-USES=		gmake libtool:build
+USES=		gmake libtool:build localbase
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list