diff options
-rw-r--r-- | misc/tempcontrol/Makefile | 2 | ||||
-rw-r--r-- | misc/tempcontrol/files/patch-Makefile | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/misc/tempcontrol/Makefile b/misc/tempcontrol/Makefile index f37029fcabe3..3178c9c4f8b7 100644 --- a/misc/tempcontrol/Makefile +++ b/misc/tempcontrol/Makefile @@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Temperature control for fermenting beer and other applications LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USES= readline NO_WRKSUBDIR= yes @@ -33,6 +34,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/temperaturecontrol.sh.sample \ ${STAGEDIR}${PREFIX}/etc/rc.d +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} 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} |