summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--beanshell/Package_beanshell.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/beanshell/Package_beanshell.mk b/beanshell/Package_beanshell.mk
index 983c1fc77f93..bb4b829cce08 100644
--- a/beanshell/Package_beanshell.mk
+++ b/beanshell/Package_beanshell.mk
@@ -7,10 +7,10 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_Package_Package,beanshell_inc,$(call gb_UnpackedTarball_get_dir,beanshell)))
+$(eval $(call gb_Package_Package,beanshell,$(call gb_UnpackedTarball_get_dir,beanshell)))
-$(eval $(call gb_Package_use_external_project,beanshell_inc,beanshell))
+$(eval $(call gb_Package_use_external_project,beanshell,beanshell))
-$(eval $(call gb_Package_add_file,beanshell_inc,bin/bsh.jar,dist/bsh-2.0b1.jar))
+$(eval $(call gb_Package_add_file,beanshell,bin/bsh.jar,dist/bsh-2.0b1.jar))
# vim: set noet sw=4 ts=4: