diff options
Diffstat (limited to 'sysutils/monitord/files/patch-aa')
-rw-r--r-- | sysutils/monitord/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/monitord/files/patch-aa b/sysutils/monitord/files/patch-aa index 76bab31d5f10..1c02b24e178a 100644 --- a/sysutils/monitord/files/patch-aa +++ b/sysutils/monitord/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Jun 15 12:17:14 2000 -+++ Makefile Tue Jun 20 12:28:02 2000 +--- Makefile.orig Thu Jun 15 11:17:14 2000 ++++ Makefile Sun Jun 17 14:56:30 2001 @@ -6,7 +6,7 @@ TARGET = monitord @@ -17,5 +17,5 @@ - $(INSTALL) -c $(TARGET).conf /usr/local/etc - $(INSTALL) -c $(TARGET).8 $(MANDIR)/man8 + $(BSD_INSTALL_PROGRAM) $(TARGET) $(PREFIX)/bin -+ $(BSD_INSTALL_DATA) $(TARGET).conf $(PREFIX)/etc ++ if [ ! -e $(PREFIX)/etc/$(TARGET).conf ] ; then $(BSD_INSTALL_DATA) $(TARGET).conf $(PREFIX)/etc; fi + $(BSD_INSTALL_MAN) -c $(TARGET).8 $(MANDIR)/man8 |