diff options
author | tijl <tijl@FreeBSD.org> | 2013-04-23 03:07:36 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2013-04-23 03:07:36 +0800 |
commit | 7ab4f19593082e57d4c77162df2d797ac3861289 (patch) | |
tree | 83eb9c51f22f91f008ac6c63007db37a54c28feb /emulators | |
parent | fba850c902587acf2777b034a8e9d360ed785a9c (diff) | |
download | freebsd-ports-gnome-7ab4f19593082e57d4c77162df2d797ac3861289.tar.gz freebsd-ports-gnome-7ab4f19593082e57d4c77162df2d797ac3861289.tar.zst freebsd-ports-gnome-7ab4f19593082e57d4c77162df2d797ac3861289.zip |
Explain why linux_base-f10 creates extra directories.
Reviewed by: netchild
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-f10/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/linux_base-f10/Makefile b/emulators/linux_base-f10/Makefile index 6f73d1e81845..724076f00ed3 100644 --- a/emulators/linux_base-f10/Makefile +++ b/emulators/linux_base-f10/Makefile @@ -132,6 +132,8 @@ REMOVE_DIRS= boot dev etc/fonts home initrd media root tmp var/log var/run var/ 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 \ |