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-f9 | |
parent | 77774913aef540c8d5404581dbbb5515600c4369 (diff) | |
download | ports-8bdc187997e8e76e47efe287d4714970dea76832.tar.gz ports-8bdc187997e8e76e47efe287d4714970dea76832.zip |
Notes
Diffstat (limited to 'emulators/linux_base-f9')
-rw-r--r-- | emulators/linux_base-f9/Makefile | 4 | ||||
-rw-r--r-- | emulators/linux_base-f9/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/emulators/linux_base-f9/Makefile b/emulators/linux_base-f9/Makefile index 9b04e94353b2..8e5fb08b66ec 100644 --- a/emulators/linux_base-f9/Makefile +++ b/emulators/linux_base-f9/Makefile @@ -6,7 +6,7 @@ # PORTNAME= f9 -PORTVERSION= 9 +PORTVERSION= 10 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} MASTER_SITE_SUBDIR= ../updates/${PORTVERSION}/${LINUX_RPM_ARCH}.newkey \ @@ -136,7 +136,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 \ diff --git a/emulators/linux_base-f9/pkg-plist b/emulators/linux_base-f9/pkg-plist index c82f5b397114..43f33dabcf2d 100644 --- a/emulators/linux_base-f9/pkg-plist +++ b/emulators/linux_base-f9/pkg-plist @@ -5942,7 +5942,6 @@ var/mail @exec /bin/mkdir -p %D/proc @exec /bin/mkdir -p %D/opt @exec /bin/mkdir -p %D/mnt -@exec /bin/mkdir -p %D/media @exec /bin/mkdir -p %D/lib/tls @exec /bin/mkdir -p %D/lib/modules @exec /bin/mkdir -p %D/etc/xinetd.d @@ -6486,7 +6485,6 @@ var/mail @dirrm proc @dirrm opt @dirrm mnt -@dirrm media @dirrm lib/tls @dirrm lib/modules @dirrm etc/xinetd.d |