aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-01-29 23:54:04 +0800
committernetchild <netchild@FreeBSD.org>2006-01-29 23:54:04 +0800
commit106e1fba6d5f0ad6a820546b2b36f4e100aad096 (patch)
tree9e64b99640b95e478f0d3135b639be68de691990 /emulators
parent12e4ba5d148ce52b9bd876f1037786decc129e1c (diff)
downloadfreebsd-ports-gnome-106e1fba6d5f0ad6a820546b2b36f4e100aad096.tar.gz
freebsd-ports-gnome-106e1fba6d5f0ad6a820546b2b36f4e100aad096.tar.zst
freebsd-ports-gnome-106e1fba6d5f0ad6a820546b2b36f4e100aad096.zip
Use the new dirrmtry in the plist to remove the LINUXBASE/usr/local/*
dirs if empty, but without anoying messages if someone decides to install some files by hand there. Noticed by: pointyhat/kris
Diffstat (limited to 'emulators')
-rw-r--r--emulators/linux_base-8/Makefile2
-rw-r--r--emulators/linux_base-8/pkg-plist46
2 files changed, 47 insertions, 1 deletions
diff --git a/emulators/linux_base-8/Makefile b/emulators/linux_base-8/Makefile
index 47df2715eb1f..41ba84e5cf60 100644
--- a/emulators/linux_base-8/Makefile
+++ b/emulators/linux_base-8/Makefile
@@ -8,7 +8,7 @@
PORTNAME= linux_base-8
PORTVERSION= 8.0
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= emulators linux
MASTER_SITES= http://download.fedoralegacy.org/redhat/%SUBDIR%/ \
ftp://mirror.switch.ch/mirror/ximian/mono/redhat-80-i386/:ft
diff --git a/emulators/linux_base-8/pkg-plist b/emulators/linux_base-8/pkg-plist
index d400225d5748..e03af7390b38 100644
--- a/emulators/linux_base-8/pkg-plist
+++ b/emulators/linux_base-8/pkg-plist
@@ -10184,3 +10184,49 @@ var/mail
@dirrm etc/X11
@dirrm etc
@dirrm bin
+@exec /bin/mkdir -p %D/usr/local
+@exec /bin/mkdir -p %D/usr/local/bin
+@exec /bin/mkdir -p %D/usr/local/doc
+@exec /bin/mkdir -p %D/usr/local/etc
+@exec /bin/mkdir -p %D/usr/local/games
+@exec /bin/mkdir -p %D/usr/local/include
+@exec /bin/mkdir -p %D/usr/local/lib
+@exec /bin/mkdir -p %D/usr/local/libexec
+@exec /bin/mkdir -p %D/usr/local/sbin
+@exec /bin/mkdir -p %D/usr/local/share
+@exec /bin/mkdir -p %D/usr/local/share/info
+@exec /bin/mkdir -p %D/usr/local/share/man
+@exec /bin/mkdir -p %D/usr/local/share/man/man1
+@exec /bin/mkdir -p %D/usr/local/share/man/man2
+@exec /bin/mkdir -p %D/usr/local/share/man/man3
+@exec /bin/mkdir -p %D/usr/local/share/man/man4
+@exec /bin/mkdir -p %D/usr/local/share/man/man5
+@exec /bin/mkdir -p %D/usr/local/share/man/man6
+@exec /bin/mkdir -p %D/usr/local/share/man/man7
+@exec /bin/mkdir -p %D/usr/local/share/man/man8
+@exec /bin/mkdir -p %D/usr/local/share/man/man9
+@exec /bin/mkdir -p %D/usr/local/share/man/mann
+@exec /bin/mkdir -p %D/usr/local/src
+@dirrmtry usr/local/src
+@dirrmtry usr/local/share/man/mann
+@dirrmtry usr/local/share/man/man9
+@dirrmtry usr/local/share/man/man8
+@dirrmtry usr/local/share/man/man7
+@dirrmtry usr/local/share/man/man6
+@dirrmtry usr/local/share/man/man5
+@dirrmtry usr/local/share/man/man4
+@dirrmtry usr/local/share/man/man3
+@dirrmtry usr/local/share/man/man2
+@dirrmtry usr/local/share/man/man1
+@dirrmtry usr/local/share/man
+@dirrmtry usr/local/share/info
+@dirrmtry usr/local/share
+@dirrmtry usr/local/sbin
+@dirrmtry usr/local/libexec
+@dirrmtry usr/local/lib
+@dirrmtry usr/local/include
+@dirrmtry usr/local/games
+@dirrmtry usr/local/etc
+@dirrmtry usr/local/doc
+@dirrmtry usr/local/bin
+@dirrmtry usr/local