340b57f8be
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
7 lines
250 B
Plaintext
7 lines
250 B
Plaintext
bin/xfs
|
|
@unexec if cmp -s %D/etc/X11/fs/config.default %D/etc/X11/fs/config; then rm -f %D/etc/X11/fs/config; fi
|
|
etc/X11/fs/config.default
|
|
@exec if [ ! -f %D/etc/X11/fs/config ] ; then cp -p %D/%F %B/config; fi
|
|
@dirrmtry etc/X11/fs
|
|
@dirrmtry etc/X11
|