[SVN-Commit] r909 - in branches/experimental: Mk www/libxul www/libxul19

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Wed Aug 1 19:01:47 UTC 2012


Author: jbeich
Date: Wed Aug  1 19:01:39 2012
New Revision: 909

Log:
remove excessive dirrmtry after r900

Modified:
   branches/experimental/Mk/bsd.gecko.mk
   branches/experimental/www/libxul/Makefile
   branches/experimental/www/libxul19/Makefile

Modified: branches/experimental/Mk/bsd.gecko.mk
==============================================================================
--- branches/experimental/Mk/bsd.gecko.mk	Wed Aug  1 18:56:03 2012	(r908)
+++ branches/experimental/Mk/bsd.gecko.mk	Wed Aug  1 19:01:39 2012	(r909)
@@ -950,7 +950,6 @@
 .endfor
 	${CAT} ${PLISTF} | ${SORT} >> ${PLIST}
 	${CAT} ${PLISTD} | ${SORT} -r >> ${PLIST}
-	${ECHO_CMD} "@dirrmtry share/idl" >> ${PLIST}
 	${ECHO_CMD} "@exec ${LOCALBASE}/bin/update-desktop-database > /dev/null || ${TRUE}" >> ${PLIST}
 	${ECHO_CMD} "@unexec ${LOCALBASE}/bin/update-desktop-database > /dev/null || ${TRUE}" >> ${PLIST}
 .endif # !defined(NOGECKO_PLIST)

Modified: branches/experimental/www/libxul/Makefile
==============================================================================
--- branches/experimental/www/libxul/Makefile	Wed Aug  1 18:56:03 2012	(r908)
+++ branches/experimental/www/libxul/Makefile	Wed Aug  1 19:01:39 2012	(r909)
@@ -45,6 +45,7 @@
 MOZILLA_EXEC_NAME=xulrunner
 USE_MOZILLA=	# empty
 MOZILLA_PLIST_DIRS=	bin include lib share/idl
+PLIST_DIRSTRY=	share/idl
 MOZ_PKGCONFIG_FILES=	libxul-embedding libxul mozilla-js \
 			mozilla-plugin
 

Modified: branches/experimental/www/libxul19/Makefile
==============================================================================
--- branches/experimental/www/libxul19/Makefile	Wed Aug  1 18:56:03 2012	(r908)
+++ branches/experimental/www/libxul19/Makefile	Wed Aug  1 19:01:39 2012	(r909)
@@ -41,6 +41,7 @@
 USE_MOZILLA=	-event -ffi -vpx
 MOZ_CHROME=	jar
 MOZILLA_PLIST_DIRS=	bin include lib share/idl
+PLIST_DIRSTRY=	share/idl
 MOZ_PKGCONFIG_FILES=	libxul-embedding libxul mozilla-gtkmozembed-embedding \
 		mozilla-gtkmozembed mozilla-js mozilla-plugin
 


More information about the freebsd-gecko mailing list