Date: Wed, 4 Feb 2015 23:54:18 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378436 - head/devel/log4cxx Message-ID: <201502042354.t14NsI2F040897@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Feb 4 23:54:17 2015 New Revision: 378436 URL: https://svnweb.freebsd.org/changeset/ports/378436 QAT: https://qat.redports.org/buildarchive/r378436/ Log: Cleanup plist Modified: head/devel/log4cxx/Makefile Modified: head/devel/log4cxx/Makefile ============================================================================== --- head/devel/log4cxx/Makefile Wed Feb 4 23:49:29 2015 (r378435) +++ head/devel/log4cxx/Makefile Wed Feb 4 23:54:17 2015 (r378436) @@ -39,9 +39,7 @@ post-configure: post-install: .if ${PORT_OPTIONS:MDOXYGEN} @cd ${STAGEDIR}${PREFIX} && \ - ${FIND} ${DOCSDIR:S|${PREFIX}/||} ! -type d >> ${TMPPLIST} && \ - ${FIND} ${DOCSDIR:S|${PREFIX}/||} -type d | ${SORT} -r | \ - ${SED} 's|^|@dirrm |' >> ${TMPPLIST} + ${FIND} ${DOCSDIR:S|${PREFIX}/||} ! -type d >> ${TMPPLIST} .endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502042354.t14NsI2F040897>