svn commit: r316266 - head/emulators/linux_base-f10

Tijl Coosemans tijl at FreeBSD.org
Mon Apr 22 19:07:36 UTC 2013


Author: tijl
Date: Mon Apr 22 19:07:36 2013
New Revision: 316266
URL: http://svnweb.freebsd.org/changeset/ports/316266

Log:
  Explain why linux_base-f10 creates extra directories.
  
  Reviewed by:	netchild

Modified:
  head/emulators/linux_base-f10/Makefile

Modified: head/emulators/linux_base-f10/Makefile
==============================================================================
--- head/emulators/linux_base-f10/Makefile	Mon Apr 22 19:05:53 2013	(r316265)
+++ head/emulators/linux_base-f10/Makefile	Mon Apr 22 19:07:36 2013	(r316266)
@@ -132,6 +132,8 @@ REMOVE_DIRS=		boot dev etc/fonts home in
 REMOVE_FILES=		bin/df bin/su etc/exports etc/group etc/localtime \
 			etc/motd etc/passwd etc/printcap etc/services \
 			etc/protocols
+# These are shared directories that some linux packages (e.g. linux-f10-gtk2)
+# use but aren't in any of the distfiles above.
 ADD_DIRS=		usr/X11R6/share usr/X11R6/man usr/X11R6/lib/tls \
 			usr/X11R6/include usr/X11R6/bin \
 			usr/share/locale/ca at valencia/LC_MESSAGES \


More information about the svn-ports-all mailing list