diff options
author | bsam <bsam@FreeBSD.org> | 2008-04-15 21:45:09 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2008-04-15 21:45:09 +0800 |
commit | b25d75cec0d4794dca8ecc0fca23397fe46edf08 (patch) | |
tree | bf9bf6df237b1ef0a91efbe2852198b6ed7cc8e8 /emulators/linux_base-f9/Makefile | |
parent | c9ae40106cbdd9cd23c5e735ad41fb19c45f0183 (diff) | |
download | freebsd-ports-graphics-b25d75cec0d4794dca8ecc0fca23397fe46edf08.tar.gz freebsd-ports-graphics-b25d75cec0d4794dca8ecc0fca23397fe46edf08.tar.zst freebsd-ports-graphics-b25d75cec0d4794dca8ecc0fca23397fe46edf08.zip |
Remove all traces of LINUXBASE/etc/fonts from the port. This is needed to use native
FreeBSD fonts and font configuration files (a link to a native directory will be
created when an apropriate linux-fontconfig port is installed).
Diffstat (limited to 'emulators/linux_base-f9/Makefile')
-rw-r--r-- | emulators/linux_base-f9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux_base-f9/Makefile b/emulators/linux_base-f9/Makefile index e2d51ccfa4d..9efe7935000 100644 --- a/emulators/linux_base-f9/Makefile +++ b/emulators/linux_base-f9/Makefile @@ -7,7 +7,7 @@ PORTNAME= f8 PORTVERSION= 8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} MASTER_SITE_SUBDIR= ../releases/${PORTVERSION}/Everything/${LINUX_RPM_ARCH}/os/Packages \ @@ -124,7 +124,7 @@ IGNORE= linuxulator is not (kld)loaded IGNORE= compat.linux.osrelease: 2.4.2 is not supported .endif -REMOVE_DIRS= boot dev home initrd root tmp var/log var/run var/tmp \ +REMOVE_DIRS= boot dev etc/fonts home initrd 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 \ |