mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
3cdeb73381
- Add MAKE_JOBS_SAFE - Support MANPREFIX - Fix handling configuration file PR: 162844 Submitted by: Ports Fury Feature safe: yes
8 lines
251 B
Plaintext
8 lines
251 B
Plaintext
bin/uufilter
|
|
bin/xloadimage
|
|
bin/xsetbg
|
|
bin/xview
|
|
@unexec if cmp -s %D/etc/xloadimagerc.sample %D/etc/xloadimagerc; then rm -f %D/etc/xloadimagerc; fi
|
|
etc/xloadimagerc.sample
|
|
@exec if [ ! -f %D/etc/xloadimagerc ] ; then cp -p %D/%F %B/xloadimagerc; fi
|