Date: Thu, 15 Oct 2015 20:16:56 +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: r399373 - head/textproc/dict Message-ID: <201510152016.t9FKGu3M024308@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510152016.t9FKGu3M024308>