Add logic to delete .conf file if not modified
PR: 27551 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
This commit is contained in:
parent
a504159f57
commit
57da95e32a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43252
@ -20,4 +20,7 @@ USE_PERL5= yes
|
||||
MAN1= bgrot.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
post-install:
|
||||
@${INSTALL_DATA} ${WRKSRC}/bgrot.conf.skel ${PREFIX}/etc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,3 +3,4 @@ bin/bgrandom.pl
|
||||
bin/createlist.sh
|
||||
bin/masterlistgen.sh
|
||||
bin/bgrotman.pl
|
||||
etc/bgrot.conf.skel
|
||||
|
Loading…
Reference in New Issue
Block a user