1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

- Add LICENSE_FILE

- Switch to options helpers
- Regenerate patches with `make makepatch`
This commit is contained in:
Dmitry Marakasov 2016-03-28 18:44:02 +00:00
parent 8253ef6099
commit e5eb74f060
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412067
2 changed files with 6 additions and 4 deletions

View File

@ -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}

View File

@ -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}