diff options
author | netchild <netchild@FreeBSD.org> | 2006-05-04 02:58:55 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-05-04 02:58:55 +0800 |
commit | 2865be30d07cd8be1e87af4e1db028cad059df1f (patch) | |
tree | d2c3aa41180ff8a76e7f6f0c7d228224f614a464 /x11/linux-f10-xorg-libs | |
parent | e6c640dfd1890135400fe0af1edfb9443c594e42 (diff) | |
download | freebsd-ports-gnome-2865be30d07cd8be1e87af4e1db028cad059df1f.tar.gz freebsd-ports-gnome-2865be30d07cd8be1e87af4e1db028cad059df1f.tar.zst freebsd-ports-gnome-2865be30d07cd8be1e87af4e1db028cad059df1f.zip |
etc/ld.so.conf.d seems to be something new in FC4, at least it doesn't
exists in *our* FC3. So try to remove it here and add a comment to the
plist about it.
Noticed by: pointyhat (krismail)
Diffstat (limited to 'x11/linux-f10-xorg-libs')
-rw-r--r-- | x11/linux-f10-xorg-libs/Makefile | 1 | ||||
-rw-r--r-- | x11/linux-f10-xorg-libs/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/x11/linux-f10-xorg-libs/Makefile b/x11/linux-f10-xorg-libs/Makefile index e7ac9e80f62c..4a6fccf94c82 100644 --- a/x11/linux-f10-xorg-libs/Makefile +++ b/x11/linux-f10-xorg-libs/Makefile @@ -7,6 +7,7 @@ PORTNAME= xorg-libs PORTVERSION= 6.8.2 +PORTREVISION= 1 CATEGORIES= x11 linux DISTNAME= xorg-x11-libs-${PORTVERSION}-37.FC4.49.2 diff --git a/x11/linux-f10-xorg-libs/pkg-plist b/x11/linux-f10-xorg-libs/pkg-plist index d1a155457983..691e51432441 100644 --- a/x11/linux-f10-xorg-libs/pkg-plist +++ b/x11/linux-f10-xorg-libs/pkg-plist @@ -308,3 +308,5 @@ 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 |