svn commit: r378433 - head/devel/jline

Baptiste Daroussin bapt at FreeBSD.org
Wed Feb 4 23:44:42 UTC 2015


Author: bapt
Date: Wed Feb  4 23:44:41 2015
New Revision: 378433
URL: https://svnweb.freebsd.org/changeset/ports/378433
QAT: https://qat.redports.org/buildarchive/r378433/

Log:
  Cleanup @dirrm

Modified:
  head/devel/jline/Makefile

Modified: head/devel/jline/Makefile
==============================================================================
--- head/devel/jline/Makefile	Wed Feb  4 23:43:10 2015	(r378432)
+++ head/devel/jline/Makefile	Wed Feb  4 23:44:41 2015	(r378433)
@@ -52,9 +52,6 @@ plist:
 		${FIND} ./apidocs ./examples -type f | ${SORT};	\
 		${ECHO_CMD} "./examples/JLineCompleter.py";	\
 		${ECHO_CMD} "./examples/jython.sh";		\
-		${FIND} ./apidocs ./examples -type d | ${SORT} -r \
-			| ${SED} -e 's/^/@dirrm /';	\
-		${ECHO_CMD} "@dirrm %%DOCSDIR%%" ;	\
 	) | ${SED} -e 's/\.\//%%DOCSDIR%%\//' -e 's/^/%%PORTDOCS%%/' >>${PLIST}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list