diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-09-25 00:19:19 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-09-25 00:19:19 +0800 |
commit | 868e7cec460b855905c1a91aefe3580aca5ca6eb (patch) | |
tree | 00e81fdefba8a16d0334a2a0271154afabe3a2ad /net-p2p | |
parent | 916ad234ef3439794778377ac0dd0a9c36ec0f81 (diff) | |
download | freebsd-ports-gnome-868e7cec460b855905c1a91aefe3580aca5ca6eb.tar.gz freebsd-ports-gnome-868e7cec460b855905c1a91aefe3580aca5ca6eb.tar.zst freebsd-ports-gnome-868e7cec460b855905c1a91aefe3580aca5ca6eb.zip |
- 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}/ |