svn commit: r543713 - head/java/icedtea-web
Greg Lewis
glewis at FreeBSD.org
Thu Jul 30 06:59:42 UTC 2020
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
More information about the svn-ports-head
mailing list