svn commit: r378436 - head/devel/log4cxx

Baptiste Daroussin bapt at FreeBSD.org
Wed Feb 4 23:54:18 UTC 2015


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>


More information about the svn-ports-head mailing list