diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-02-15 17:00:47 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-02-15 17:00:47 +0000 |
commit | 7b3d3a8e0b3113dd8dd18c02eb6c308d53e1df34 (patch) | |
tree | 4ddb5e617bf130bf90012eef6c9ddf3e3c3127f0 /news/nzbget/Makefile | |
parent | a1570ec30b741d1a8660bb6050f683cc87b78268 (diff) | |
download | ports-7b3d3a8e0b3113dd8dd18c02eb6c308d53e1df34.tar.gz ports-7b3d3a8e0b3113dd8dd18c02eb6c308d53e1df34.zip |
Set `command' before using it in the startup script.
This fixes the status command which was returning "eval: -L: not found"
before.
PR: 206722
Submitted by: dburkland@dburkland.com (first version),
Toxic <toxic@doobie.com> (maintainer)
MFH: 2016Q1
Notes
Notes:
svn path=/head/; revision=408947
Diffstat (limited to 'news/nzbget/Makefile')
-rw-r--r-- | news/nzbget/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index 3a3044a99515..003a78235b7f 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -3,6 +3,7 @@ PORTNAME= nzbget PORTVERSION= 16.4 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= news |