diff options
author | netchild <netchild@FreeBSD.org> | 2006-06-14 03:44:38 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-06-14 03:44:38 +0800 |
commit | 6a346415ccdbaa4f80d8cf9b1d16fcc720359e46 (patch) | |
tree | 50533d3354ca6325505641394bcaebcb1d77d959 /x11/linux-f10-xorg-libs | |
parent | df221d888c6e619e039e044b2af87a1de8119a54 (diff) | |
download | freebsd-ports-gnome-6a346415ccdbaa4f80d8cf9b1d16fcc720359e46.tar.gz freebsd-ports-gnome-6a346415ccdbaa4f80d8cf9b1d16fcc720359e46.tar.zst freebsd-ports-gnome-6a346415ccdbaa4f80d8cf9b1d16fcc720359e46.zip |
Only remove linux_base-fc4 owned directory, if linux_base-fc4 is not
installed. This is supposed to fix the exp-build run.
In colaboration with: Boris Samorodov <bsam@ipt.ru>
Diffstat (limited to 'x11/linux-f10-xorg-libs')
-rw-r--r-- | x11/linux-f10-xorg-libs/Makefile | 2 | ||||
-rw-r--r-- | x11/linux-f10-xorg-libs/pkg-plist | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/x11/linux-f10-xorg-libs/Makefile b/x11/linux-f10-xorg-libs/Makefile index a88ef6d1ff84..bc6b20f0a8ec 100644 --- a/x11/linux-f10-xorg-libs/Makefile +++ b/x11/linux-f10-xorg-libs/Makefile @@ -7,7 +7,7 @@ PORTNAME= xorg-libs PORTVERSION= 6.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 linux DISTFILES= xorg-x11-libs-${PORTVERSION}-37.FC4.49.2.${LINUX_RPM_ARCH}.rpm \ xorg-x11-deprecated-libs-6.8.2-31.${LINUX_RPM_ARCH}.rpm diff --git a/x11/linux-f10-xorg-libs/pkg-plist b/x11/linux-f10-xorg-libs/pkg-plist index 11a0fd688105..b6e97c11289f 100644 --- a/x11/linux-f10-xorg-libs/pkg-plist +++ b/x11/linux-f10-xorg-libs/pkg-plist @@ -310,5 +310,4 @@ usr/X11R6/lib/libxkbui.so.1.0 @dirrm usr/X11R6/lib/X11/locale/C @dirrm usr/X11R6/lib/X11/locale @dirrm usr/X11R6/lib/X11 -@comment The following needs to be revised when the default linux base is FC4 or newer -@dirrmtry etc/ld.so.conf.d +@unexec grep -q Stentz %D/etc/fedora-release || rmdir %D/etc/ld.so.conf.d |