aboutsummaryrefslogtreecommitdiff
path: root/misc/tempcontrol
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-03-28 18:44:02 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-03-28 18:44:02 +0000
commite5eb74f060c7de02f9337bf2a6333dff681c151d (patch)
tree9b619e72e913ec20f4d9b57d447a9fe0b7f69b57 /misc/tempcontrol
parent8253ef609946158d3d026f4ffcc76fcd0667df64 (diff)
downloadports-e5eb74f060c7de02f9337bf2a6333dff681c151d.tar.gz
ports-e5eb74f060c7de02f9337bf2a6333dff681c151d.zip
- Add LICENSE_FILE
- Switch to options helpers - Regenerate patches with `make makepatch`
Notes
Notes: svn path=/head/; revision=412067
Diffstat (limited to 'misc/tempcontrol')
-rw-r--r--misc/tempcontrol/Makefile2
-rw-r--r--misc/tempcontrol/files/patch-Makefile8
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}