Date: Thu, 30 Jul 2020 06:59:41 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543713 - head/java/icedtea-web Message-ID: <202007300659.06U6xfv3066162@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Thu Jul 30 06:59:41 2020 New Revision: 543713 URL: https://svnweb.freebsd.org/changeset/ports/543713 Log: Fix packing list * Force bash completion to install into ${PREFIX}/etc/bash_completion.d * Adjust packing list to reflect this PR: 244976 Modified: head/java/icedtea-web/Makefile head/java/icedtea-web/pkg-plist Modified: head/java/icedtea-web/Makefile ============================================================================== --- head/java/icedtea-web/Makefile Thu Jul 30 06:51:26 2020 (r543712) +++ head/java/icedtea-web/Makefile Thu Jul 30 06:59:41 2020 (r543713) @@ -44,6 +44,7 @@ CONFIGURE_ARGS+= --enable-shell-launchers CONFIGURE_ARGS+= --without-${opt} .endfor CONFIGURE_ENV= BIN_BASH=${bash_CMD} +CONFIGURE_ENV+= bashcompdir=${PREFIX}/etc/bash_completion.d CONFIGURE_SHELL= ${bash_CMD} TEST_TARGET= check Modified: head/java/icedtea-web/pkg-plist ============================================================================== --- head/java/icedtea-web/pkg-plist Thu Jul 30 06:51:26 2020 (r543712) +++ head/java/icedtea-web/pkg-plist Thu Jul 30 06:59:41 2020 (r543713) @@ -6,6 +6,9 @@ bin/itweb-policyeditor.sh bin/itweb-settings bin/itweb-settings.sh %%PLUGIN%%%%WEBPLUGIN_DIR%%/IcedTeaPlugin.so +etc/bash_completion.d/itweb-settings.bash +etc/bash_completion.d/javaws.bash +etc/bash_completion.d/policyeditor.bash man/cs/man1/icedtea-web-plugin.1.gz man/cs/man1/icedtea-web.1.gz man/cs/man1/itweb-javaws.1.gz @@ -29,9 +32,6 @@ man/pl/man1/itweb-settings.1.gz share/applications/itweb-javaws.desktop share/applications/itweb-policyeditor.desktop share/applications/itweb-settings.desktop -share/bash-completion/completions/itweb-settings.bash -share/bash-completion/completions/javaws.bash -share/bash-completion/completions/policyeditor.bash %%DATADIR%%/javaws.jar %%DATADIR%%/javaws_splash.png %%PLUGIN%%%%DATADIR%%/jsobject.jar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007300659.06U6xfv3066162>