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:
Ying-Chieh Liao 2001-05-29 13:30:07 +00:00
parent a504159f57
commit 57da95e32a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43252
2 changed files with 4 additions and 0 deletions

View File

@ -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>

View File

@ -3,3 +3,4 @@ bin/bgrandom.pl
bin/createlist.sh
bin/masterlistgen.sh
bin/bgrotman.pl
etc/bgrot.conf.skel