Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 2021 08:20:52 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r569437 - head/devel/jline
Message-ID:  <202103290820.12T8KqtJ010444@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103290820.12T8KqtJ010444>