diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-04-02 08:51:01 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-04-02 08:51:01 +0800 |
commit | 066d6e1c9a310424fd6dab9bd7c8d78cd2b63058 (patch) | |
tree | 42a5474b762d695745ad85267a2978d817867683 /net-p2p | |
parent | afc550766d66054b4a6afdfb3de8e5561fcf0561 (diff) | |
download | freebsd-ports-gnome-066d6e1c9a310424fd6dab9bd7c8d78cd2b63058.tar.gz freebsd-ports-gnome-066d6e1c9a310424fd6dab9bd7c8d78cd2b63058.tar.zst freebsd-ports-gnome-066d6e1c9a310424fd6dab9bd7c8d78cd2b63058.zip |
- Remove TODO from DOCS
- Add pkg-message, information to reinstall if problems
PR: ports/188122
Submitted by: adrian chadd <adrian@freebsd.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/qbittorrent/files/pkg-message.in | 11 |
2 files changed, 14 insertions, 1 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 31dd1e8e009c..c70a5d69568c 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -30,7 +30,9 @@ INSTALLS_ICONS= yes OPTIONS_DEFINE= DBUS .endif -PORTDOCS= AUTHORS Changelog README TODO +SUB_FILES= pkg-message + +PORTDOCS= AUTHORS Changelog README OPTIONS_DEFINE= DEBUG DOCS DBUS diff --git a/net-p2p/qbittorrent/files/pkg-message.in b/net-p2p/qbittorrent/files/pkg-message.in new file mode 100644 index 000000000000..bd375d620578 --- /dev/null +++ b/net-p2p/qbittorrent/files/pkg-message.in @@ -0,0 +1,11 @@ +=============================================================================== + +qBittorrent has been installed. + +When you have problems, please reinstall qBittorrent + +cd /usr/ports/net-p2p/qbittorrent && make deinstall clean reinstall + +Have fun! + +=============================================================================== |