diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-09-08 09:16:28 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-09-08 09:16:28 +0000 |
commit | 8bdc187997e8e76e47efe287d4714970dea76832 (patch) | |
tree | 125cdaaba3672eb9a64844471adc06f806ed12d0 /emulators/linux_base-c6/Makefile | |
parent | 77774913aef540c8d5404581dbbb5515600c4369 (diff) |
Notes
Diffstat (limited to 'emulators/linux_base-c6/Makefile')
-rw-r--r-- | emulators/linux_base-c6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-c6/Makefile b/emulators/linux_base-c6/Makefile index 90d7b16652c6..fdbbea60b75f 100644 --- a/emulators/linux_base-c6/Makefile +++ b/emulators/linux_base-c6/Makefile @@ -7,7 +7,7 @@ PORTNAME= f10 PORTVERSION= 10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} MASTER_SITE_SUBDIR= ../updates/${PORTVERSION}/${LINUX_RPM_ARCH} \ @@ -132,7 +132,7 @@ IGNORE= linuxulator is not (kld)loaded IGNORE= compat.linux.osrelease: 2.4.2 is not supported, please use 2.6.16 .endif -REMOVE_DIRS= boot dev etc/fonts home initrd root tmp var/log var/run var/tmp \ +REMOVE_DIRS= boot dev etc/fonts home initrd media root tmp var/log var/run var/tmp \ usr/local usr/tmp REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/localtime \ etc/motd etc/passwd etc/printcap etc/services \ |