[PC-BSD Commits] r13130 - in pbi/modules/java/netbeans: . xdg-desktop xdg-menu
svn at pcbsd.org
svn at pcbsd.org
Tue Oct 4 12:42:41 PDT 2011
Author: kenmoore
Date: 2011-10-04 12:42:41 -0700 (Tue, 04 Oct 2011)
New Revision: 13130
Modified:
pbi/modules/java/netbeans/pbi.conf
pbi/modules/java/netbeans/xdg-desktop/netbeans68.desktop
pbi/modules/java/netbeans/xdg-menu/netbeans68.desktop
Log:
Fix the desktop/menu entries for netbeans and rebuild
Modified: pbi/modules/java/netbeans/pbi.conf
===================================================================
--- pbi/modules/java/netbeans/pbi.conf 2011-10-04 19:28:30 UTC (rev 13129)
+++ pbi/modules/java/netbeans/pbi.conf 2011-10-04 19:42:41 UTC (rev 13130)
@@ -20,5 +20,7 @@
# The target port we are building
PBI_MAKEPORT="java/netbeans"
+
+PBI_BUILDKEY="01"; export PBI_BUILDKEY
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT
Modified: pbi/modules/java/netbeans/xdg-desktop/netbeans68.desktop
===================================================================
--- pbi/modules/java/netbeans/xdg-desktop/netbeans68.desktop 2011-10-04 19:28:30 UTC (rev 13129)
+++ pbi/modules/java/netbeans/xdg-desktop/netbeans68.desktop 2011-10-04 19:42:41 UTC (rev 13130)
@@ -4,7 +4,7 @@
Type=Application
Name=NetBeans
GenericName=NetBeans
-Exec=%%PBI_EXEDIR%%/netbeans68
+Exec=%%PBI_EXEDIR%%/netbeans
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/netbeans.png
StartupNotify=true
Modified: pbi/modules/java/netbeans/xdg-menu/netbeans68.desktop
===================================================================
--- pbi/modules/java/netbeans/xdg-menu/netbeans68.desktop 2011-10-04 19:28:30 UTC (rev 13129)
+++ pbi/modules/java/netbeans/xdg-menu/netbeans68.desktop 2011-10-04 19:42:41 UTC (rev 13130)
@@ -4,7 +4,7 @@
Type=Application
Name=NetBeans
GenericName=NetBeans
-Exec=%%PBI_EXEDIR%%/netbeans68
+Exec=%%PBI_EXEDIR%%/netbeans
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/netbeans.png
StartupNotify=true
More information about the Commits
mailing list