Date: Thu, 14 May 2015 11:33:47 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386318 - head/textproc/saxon-devel Message-ID: <201505141133.t4EBXl4t070126@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu May 14 11:33:46 2015 New Revision: 386318 URL: https://svnweb.freebsd.org/changeset/ports/386318 Log: - Drop @dirrm* from plist Approved by: portmgr blanket Modified: head/textproc/saxon-devel/Makefile Modified: head/textproc/saxon-devel/Makefile ============================================================================== --- head/textproc/saxon-devel/Makefile Thu May 14 11:24:46 2015 (r386317) +++ head/textproc/saxon-devel/Makefile Thu May 14 11:33:46 2015 (r386318) @@ -83,8 +83,6 @@ do-install: post-install: ${FIND} -s ${WRKSRC}/samples -not -type d | \ ${SED} -ne 's,^${WRKSRC}/samples,${EXAMPLESDIR:S,${PREFIX}/,,},p' >> ${TMPPLIST} - ${FIND} -s -d ${WRKSRC}/samples -type d | \ - ${SED} -ne 's,^${WRKSRC}/samples,@dirrm ${EXAMPLESDIR:S,${PREFIX}/,,},p' >> ${TMPPLIST} .endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505141133.t4EBXl4t070126>