svn commit: r569437 - head/devel/jline

Tobias Kortkamp tobik at FreeBSD.org
Mon Mar 29 08:20:52 UTC 2021


Author: tobik
Date: Mon Mar 29 08:20:51 2021
New Revision: 569437
URL: https://svnweb.freebsd.org/changeset/ports/569437

Log:
  devel/jline: Remove custom plist target
  
  Output is basically the same as you'd get with makeplist.

Modified:
  head/devel/jline/Makefile

Modified: head/devel/jline/Makefile
==============================================================================
--- head/devel/jline/Makefile	Mon Mar 29 07:42:20 2021	(r569436)
+++ head/devel/jline/Makefile	Mon Mar 29 08:20:51 2021	(r569437)
@@ -40,17 +40,4 @@ do-install:
 	${INSTALL_DATA} ${FILESDIR}/jython.sh ${STAGEDIR}${DOCSDIR}/examples
 .endif
 
-# Next rule is for maintainer use only: Automatically (re)create the pkg-plist.
-plist:
-	@test -e ${CONFIGURE_COOKIE} || { \
-		${ECHO_MSG} >&2 "do 'make configure' first!"; exit 64; }
-	${ECHO_CMD} "%%JAVAJARDIR%%/jline-${PORTVERSION}.jar" >${PLIST}
-	${ECHO_CMD} "%%JAVAJARDIR%%/jline.jar" >>${PLIST}
-	( \
-		cd ${WRKSRC} || exit; \
-		${FIND} ./apidocs ./examples -type f | ${SORT};	\
-		${ECHO_CMD} "./examples/JLineCompleter.py";	\
-		${ECHO_CMD} "./examples/jython.sh";		\
-	) | ${SED} -e 's/\.\//%%DOCSDIR%%\//' -e 's/^/%%PORTDOCS%%/' >>${PLIST}
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list