diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-03-28 18:44:02 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-03-28 18:44:02 +0000 |
commit | e5eb74f060c7de02f9337bf2a6333dff681c151d (patch) | |
tree | 9b619e72e913ec20f4d9b57d447a9fe0b7f69b57 /misc/tempcontrol/files/patch-Makefile | |
parent | - Clarify LICENSE (diff) |
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
Notes
Notes:
svn path=/head/; revision=412067
Diffstat (limited to 'misc/tempcontrol/files/patch-Makefile')
-rw-r--r-- | misc/tempcontrol/files/patch-Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/tempcontrol/files/patch-Makefile b/misc/tempcontrol/files/patch-Makefile index 0952106e27ba..87fe41a6f6bf 100644 --- a/misc/tempcontrol/files/patch-Makefile +++ b/misc/tempcontrol/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2006-01-25 18:03:13.000000000 -0500 -+++ Makefile 2014-08-15 12:53:03.000000000 -0400 -@@ -39,7 +39,7 @@ +--- Makefile.orig 2006-01-25 23:03:13 UTC ++++ Makefile +@@ -39,7 +39,7 @@ PRIVDIR = /usr/local/etc/tempcontrol # Where to install the startup script RCDIR = /usr/local/etc/rc.d @@ -9,7 +9,7 @@ LINK=gcc LFLAGS= -g -@@ -88,7 +88,7 @@ +@@ -88,7 +88,7 @@ depend: parser.h .FORCE .FORCE: tempcontrol: ${OBJS} |