diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-11-28 06:55:26 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-11-28 06:55:26 +0000 |
commit | 81850049d9f889182a384879a8e8b5b814749371 (patch) | |
tree | fd2e04e83e1e2e77e2e829a645873b530ea5a399 /sysutils/battmond | |
parent | 7ac58f3e4f9a8ee80a2bcef329fceb30172a6de0 (diff) |
Notes
Diffstat (limited to 'sysutils/battmond')
-rw-r--r-- | sysutils/battmond/Makefile | 1 | ||||
-rw-r--r-- | sysutils/battmond/files/patch-battmond.sh | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/battmond/Makefile b/sysutils/battmond/Makefile index 8616063859fb..201936a085dd 100644 --- a/sysutils/battmond/Makefile +++ b/sysutils/battmond/Makefile @@ -7,6 +7,7 @@ PORTNAME= battmond PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://ntarmos.dyndns.org/Software/FreeBSD/ diff --git a/sysutils/battmond/files/patch-battmond.sh b/sysutils/battmond/files/patch-battmond.sh new file mode 100644 index 000000000000..6bd3d2897488 --- /dev/null +++ b/sysutils/battmond/files/patch-battmond.sh @@ -0,0 +1,11 @@ +--- battmond.sh.orig ++++ battmond.sh +@@ -12,7 +12,7 @@ + # + + battmond_enable=${battmond_enable-"NO"} +-battmond_flags=${battmond_falgs-""} ++battmond_flags=${battmond_flags-""} + + . /etc/rc.subr + |