diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-06-17 17:26:49 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-06-17 17:26:49 +0000 |
commit | c5c4c0d7578f20788d3a0b64bc63a2126bb6f173 (patch) | |
tree | 72aa23240694408d08eb2aaf1cf7fd0c13e4a5d9 /sysutils/monitord/files | |
parent | d3f733208696d57add05ff47b18f2ee435863f99 (diff) | |
download | ports-c5c4c0d7578f20788d3a0b64bc63a2126bb6f173.tar.gz ports-c5c4c0d7578f20788d3a0b64bc63a2126bb6f173.zip |
Notes
Diffstat (limited to 'sysutils/monitord/files')
-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 |