diff options
author | marino <marino@FreeBSD.org> | 2015-01-05 21:18:58 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-01-05 21:18:58 +0800 |
commit | b056360de76cfc3033ae24b8794ecbcfbe7df4db (patch) | |
tree | 56d81dc1bbc7e3109a4e452a2ac64bc8e2197a4e /net-mgmt/netdisco/Makefile | |
parent | 192e7b5540a09ba585c66ce7870a8ecee40c55fc (diff) | |
download | freebsd-ports-gnome-b056360de76cfc3033ae24b8794ecbcfbe7df4db.tar.gz freebsd-ports-gnome-b056360de76cfc3033ae24b8794ecbcfbe7df4db.tar.zst freebsd-ports-gnome-b056360de76cfc3033ae24b8794ecbcfbe7df4db.zip |
change command_interpreter from /usr/bin/perl to ${PREFIX}/bin/perl
Several ports had rc.d scripts with hardcoded command_interpreter string
as /usr/bin/perl. This symlink is not guaranteed to be in place, and it
isn't even an option for perl 5.20. For affected ports, the interpreter
was changed to localbase.
In one case, the interpreter was correct, but it wasn't surround by
quotes. Since the rc.d script would break if a space was contained in
${PREFIX}, quotes were added in that case.
Diffstat (limited to 'net-mgmt/netdisco/Makefile')
-rw-r--r-- | net-mgmt/netdisco/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/netdisco/Makefile b/net-mgmt/netdisco/Makefile index af401c6aa6fe..553c170a704e 100644 --- a/net-mgmt/netdisco/Makefile +++ b/net-mgmt/netdisco/Makefile @@ -3,7 +3,7 @@ PORTNAME= netdisco PORTVERSION= 1.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt www MASTER_SITES= SF |