mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
a1fe0b4710
PR: ports/43245 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
22 lines
711 B
Plaintext
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.
|
|
|