diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-09-24 16:19:19 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-09-24 16:19:19 +0000 |
commit | cec4567e9391704b51a38258bff075eeee79ba02 (patch) | |
tree | 00e81fdefba8a16d0334a2a0271154afabe3a2ad /net-p2p | |
parent | Cleanup plist generation in Erlang runtime ports. (diff) |
- Fix typo [1]
Reported by: jhale [1]
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 805e2683b6f1..86f76c6c5463 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -3,7 +3,7 @@ PORTNAME= qbittorrent PORTVERSION= 3.1.10 -ORTREVISION?= 0 +PORTREVISION?= 0 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ |