Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2013 19:07:36 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316266 - head/emulators/linux_base-f10
Message-ID:  <201304221907.r3MJ7aa7065534@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@valencia/LC_MESSAGES \



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