diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-03-29 02:44:02 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-03-29 02:44:02 +0800 |
commit | ebceb207eed849f2a835f6004cc67e31e1b44b81 (patch) | |
tree | 9b619e72e913ec20f4d9b57d447a9fe0b7f69b57 /misc/tempcontrol | |
parent | 381027f1d42eb05c0fad05b6b202c2af98cb87e1 (diff) | |
download | freebsd-ports-graphics-ebceb207eed849f2a835f6004cc67e31e1b44b81.tar.gz freebsd-ports-graphics-ebceb207eed849f2a835f6004cc67e31e1b44b81.tar.zst freebsd-ports-graphics-ebceb207eed849f2a835f6004cc67e31e1b44b81.zip |
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
Diffstat (limited to 'misc/tempcontrol')
-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 f37029fcabe..3178c9c4f8b 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 0952106e27b..87fe41a6f6b 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} |