From 99345815e95bd43c3089af11d1379b68a2779b00 Mon Sep 17 00:00:00 2001 From: ijliao Date: Tue, 29 May 2001 13:30:07 +0000 Subject: Add logic to delete .conf file if not modified PR: 27551 Submitted by: David W. Chapman Jr. --- x11/bgrot/Makefile | 3 +++ x11/bgrot/pkg-plist | 1 + 2 files changed, 4 insertions(+) (limited to 'x11/bgrot') diff --git a/x11/bgrot/Makefile b/x11/bgrot/Makefile index 2bb4c7be1cf6..9c8f5711d63b 100644 --- a/x11/bgrot/Makefile +++ b/x11/bgrot/Makefile @@ -20,4 +20,7 @@ USE_PERL5= yes MAN1= bgrot.1 MANCOMPRESSED= yes +post-install: + @${INSTALL_DATA} ${WRKSRC}/bgrot.conf.skel ${PREFIX}/etc + .include diff --git a/x11/bgrot/pkg-plist b/x11/bgrot/pkg-plist index 1ffb22cf3135..bfea92b34076 100644 --- a/x11/bgrot/pkg-plist +++ b/x11/bgrot/pkg-plist @@ -3,3 +3,4 @@ bin/bgrandom.pl bin/createlist.sh bin/masterlistgen.sh bin/bgrotman.pl +etc/bgrot.conf.skel -- cgit