From owner-svn-ports-head@freebsd.org Sat Dec 5 09:42:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AFE7A40C49; Sat, 5 Dec 2015 09:42:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55C3118B5; Sat, 5 Dec 2015 09:42:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB59grOh007319; Sat, 5 Dec 2015 09:42:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB59grpo007318; Sat, 5 Dec 2015 09:42:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512050942.tB59grpo007318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 5 Dec 2015 09:42:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403048 - head/converters/ytnef X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Dec 2015 09:42:54 -0000 Author: amdmi3 Date: Sat Dec 5 09:42:53 2015 New Revision: 403048 URL: https://svnweb.freebsd.org/changeset/ports/403048 Log: - Add LICENSE_FILE - Switch to options helpers Modified: head/converters/ytnef/Makefile Modified: head/converters/ytnef/Makefile ============================================================================== --- head/converters/ytnef/Makefile Sat Dec 5 09:42:34 2015 (r403047) +++ head/converters/ytnef/Makefile Sat Dec 5 09:42:53 2015 (r403048) @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Unpack data in MS Outlook TNEF format LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libytnef.so:${PORTSDIR}/devel/libytnef RUN_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools @@ -32,7 +33,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local/share|${PREFIX}/share|' \ ${WRKSRC}/src/ytnef/*.pl -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}