svn commit: r399373 - head/textproc/dict

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


Author: sunpoet
Date: Thu Oct 15 20:16:56 2015
New Revision: 399373
URL: https://svnweb.freebsd.org/changeset/ports/399373

Log:
  - Add LICENSE_FILE
  - Use USES=localbase

Modified:
  head/textproc/dict/Makefile

Modified: head/textproc/dict/Makefile
==============================================================================
--- head/textproc/dict/Makefile	Thu Oct 15 20:16:51 2015	(r399372)
+++ head/textproc/dict/Makefile	Thu Oct 15 20:16:56 2015	(r399373)
@@ -11,15 +11,14 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Dictionary Server Protocol (RFC2229) client
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libmaa.so:${PORTSDIR}/devel/libmaa
 
 ALL_TARGET=	dict
-CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install.dict
-LIBS+=		-L${LOCALBASE}/lib
-USES=		bison gmake libtool:build
+USES=		bison gmake libtool:build localbase
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|^        mkdir|	mkdir|' ${WRKSRC}/Makefile.in


More information about the svn-ports-all mailing list