freebsd-ports/x11/xloadimage/pkg-plist
Alex Kozlov ad5a8dfacb - Support STAGEDIR
- Convert to new LIB_DEPENDS syntax

Reviewed by:	eadler
2013-09-25 19:25:12 +00:00

11 lines
340 B
Text

bin/uufilter
bin/xloadimage
bin/xsetbg
bin/xview
man/man1/uufilter.1.gz
man/man1/xloadimage.1.gz
man/man1/xsetbg.1.gz
man/man1/xview.1.gz
@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