diff options
author | lioux <lioux@FreeBSD.org> | 2006-12-16 19:02:27 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2006-12-16 19:02:27 +0800 |
commit | 4697101306db527b771017e53044ae28859adc88 (patch) | |
tree | dc4f735055ccce0822c2ef2dad582e0f3c7a69f5 /net-p2p | |
parent | fd402a3720c97bdaeee7cc4478445315ef3d3346 (diff) | |
download | freebsd-ports-gnome-4697101306db527b771017e53044ae28859adc88.tar.gz freebsd-ports-gnome-4697101306db527b771017e53044ae28859adc88.tar.zst freebsd-ports-gnome-4697101306db527b771017e53044ae28859adc88.zip |
Fix typo: no functional change
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/py-bittorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/py-bittorrent/Makefile b/net-p2p/py-bittorrent/Makefile index ea1b2e29e104..e2c71dd5ba29 100644 --- a/net-p2p/py-bittorrent/Makefile +++ b/net-p2p/py-bittorrent/Makefile @@ -155,7 +155,7 @@ PLIST_FILES+= \ share/pixmaps/BitTorrent/themes/default/torrentstate/seeding.png \ share/pixmaps/BitTorrent/themes/default/torrentstate/starting.png \ share/pixmaps/BitTorrent/themes/default/torrentstate/stopped.png \ - share/pixmaps/BitTorrent/themes/default/torrentstate/unknown.png \ + share/pixmaps/BitTorrent/themes/default/torrentstate/unknown.png PLIST_SUB+= \ GUI="" |