mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
cf8b938045
While here [2]: - Use new LIB_DEPENDS format - Convert to USES=gmake - Convert to staging - Fix configuration file handling PR: ports/185615 [1] Submitted by: Balazs Nagy <js@iksz.hu> (maintainer) Approved by: implicit portmgr@ blanket approval [2]
9 lines
334 B
Plaintext
9 lines
334 B
Plaintext
sbin/logrotate
|
|
@unexec if cmp -s %D/etc/logrotate.conf.sample %D/etc/logrotate.conf; then rm -f %D/etc/logrotate.conf; fi
|
|
etc/logrotate.conf.sample
|
|
@exec if [ ! -f %D/etc/logrotate.conf ]; then cp -p %D/%F %B/logrotate.conf; fi
|
|
%%EXAMPLESDIR%%/syslog.sample
|
|
man/man5/logrotate.conf.5.gz
|
|
man/man8/logrotate.8.gz
|
|
@dirrm %%EXAMPLESDIR%%
|