1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/x11/bgrot/files/patch-Makefile
Edwin Groothuis a1fe0b4710 bgrot left a file behind and overwrote the orignial configfile anyway.
PR:		ports/43245
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
2002-11-01 09:53:39 +00:00

22 lines
711 B
Plaintext

--- Makefile.old Sun Sep 22 19:03:43 2002
+++ Makefile Sun Sep 22 19:04:30 2002
@@ -52,7 +52,7 @@
.endif
@echo Installing files...
-install -o ${BINOWN} -g ${BINGRP} -m ${FILEMODE} -c ${INSTALLFILES} ${BINDIR}
- -install -o ${BINOWN} -g ${BINGRP} -m ${FILEMODE} -c bgrot.conf ${CONFDIR}
+ -install -o ${BINOWN} -g ${BINGRP} -m ${FILEMODE} -c bgrot.conf.skel ${CONFDIR}
@echo Compressing manpage...
@gzip -c bgrot.1 > bgrot.1.gz
@echo Installing manpage...
@@ -88,7 +88,7 @@
rm -f ${BINDIR}/$${entry}; \
done
@echo Uninstalling configuration...
- @rm -f ${CONFDIR}/bgrot.conf
+ @rm -f ${CONFDIR}/bgrot.conf.skel
@echo Uninstalling manpage...
@rm -f ${MANDIR}/man1/bgrot.1.gz
@echo Done.