Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2012 19:01:40 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r909 - in branches/experimental: Mk www/libxul www/libxul19
Message-ID:  <201208011901.q71J1eA7007374@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208011901.q71J1eA7007374>