summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-01-29 15:54:04 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-01-29 15:54:04 +0000
commitb43a56b9e36ae1bf483528e5206b3dc81e5ded90 (patch)
tree2a8c5b525818071a7391d405e902eb274d335e2a /emulators
parent- Update to 1.3.2.6.c (diff)
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
Notes
Notes: svn path=/head/; revision=154727
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