diff options
author | jmz <jmz@FreeBSD.org> | 1999-09-21 14:29:02 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1999-09-21 14:29:02 +0000 |
commit | 27de2e1f306057c54b0fd702e120c5a6da40fefb (patch) | |
tree | ccd155b6a269c2b401795620dcfe8ce4ec5d4fc7 /x11-servers | |
parent | 792211724d058eecef35a858acc7de9e50e4aa17 (diff) | |
download | FreeBSD-ports-27de2e1f306057c54b0fd702e120c5a6da40fefb.zip FreeBSD-ports-27de2e1f306057c54b0fd702e120c5a6da40fefb.tar.gz |
Use @exec/@unexec pairs for symlinks to directories. This should fix
errors with pkg_delete.
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/XFree86-4-Server-snap/pkg-plist | 6 | ||||
-rw-r--r-- | x11-servers/XFree86-4-Server/pkg-plist | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-servers/XFree86-4-Server-snap/pkg-plist b/x11-servers/XFree86-4-Server-snap/pkg-plist index 4901532..8f6cf79 100644 --- a/x11-servers/XFree86-4-Server-snap/pkg-plist +++ b/x11-servers/XFree86-4-Server-snap/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 diff --git a/x11-servers/XFree86-4-Server/pkg-plist b/x11-servers/XFree86-4-Server/pkg-plist index 4901532..8f6cf79 100644 --- a/x11-servers/XFree86-4-Server/pkg-plist +++ b/x11-servers/XFree86-4-Server/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 |