diff options
author | jmz <jmz@FreeBSD.org> | 1999-09-21 22:29:02 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1999-09-21 22:29:02 +0800 |
commit | 27de2e1f306057c54b0fd702e120c5a6da40fefb (patch) | |
tree | ccd155b6a269c2b401795620dcfe8ce4ec5d4fc7 /x11/XFree86-4-clients | |
parent | 792211724d058eecef35a858acc7de9e50e4aa17 (diff) | |
download | freebsd-ports-gnome-27de2e1f306057c54b0fd702e120c5a6da40fefb.tar.gz freebsd-ports-gnome-27de2e1f306057c54b0fd702e120c5a6da40fefb.tar.zst freebsd-ports-gnome-27de2e1f306057c54b0fd702e120c5a6da40fefb.zip |
Use @exec/@unexec pairs for symlinks to directories. This should fix
errors with pkg_delete.
Diffstat (limited to 'x11/XFree86-4-clients')
-rw-r--r-- | x11/XFree86-4-clients/pkg-plist | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/XFree86-4-clients/pkg-plist b/x11/XFree86-4-clients/pkg-plist index 49015328cae5..8f6cf79a7a3d 100644 --- a/x11/XFree86-4-clients/pkg-plist +++ b/x11/XFree86-4-clients/pkg-plist @@ -1269,8 +1269,10 @@ lib/X11/rgb.txt lib/X11/rstart/commands/@List lib/X11/rstart/commands/ListContexts lib/X11/rstart/commands/ListGenericCommands -lib/X11/rstart/commands/x -lib/X11/rstart/commands/x11 +@exec ln -fs %D/lib/X11/rstart/commands/x11r6 %D/lib/X11/rstart/commands/x +@exec ln -fs %D/lib/X11/rstart/commands/x11r6 %D/lib/X11/rstart/commands/x11 +@unexec rm -f %D/lib/X11/rstart/commands/x +@unexec rm -f %D/lib/X11/rstart/commands/x11 lib/X11/rstart/commands/x11r6/@List lib/X11/rstart/commands/x11r6/LoadMonitor lib/X11/rstart/commands/x11r6/Terminal |