mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
c1b64d1b79
- Support staging - Use new LIB_DEPENDS syntax - Make installation of sample config non-optional and install it in ${PREFIX}/etc instead of ${EXAMPLESDIR} - Convert from PLIST_FILES to pkg-plist PR: ports/183414 Requested by: Zsolt Udvari <udvzsolt@gmail.com>
7 lines
265 B
Plaintext
7 lines
265 B
Plaintext
man/man5/metalog.conf.5.gz
|
|
man/man8/metalog.8.gz
|
|
sbin/metalog
|
|
@unexec if cmp -s %D/etc/metalog.conf %D/etc/metalog.conf.sample ; then rm -f %D/etc/metalog.conf ; fi
|
|
etc/metalog.conf.sample
|
|
@exec if [ ! -f %D/etc/metalog.conf ]; then cp -p %D/%F %B/metalog.conf; fi
|