diff options
author | zi <zi@FreeBSD.org> | 2011-08-10 00:48:34 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2011-08-10 00:48:34 +0800 |
commit | 35a9579ddbc5e87b6ab8ef51ee94726e449eb8a4 (patch) | |
tree | 2a72efc985eef825165f9fa87afb44ae3eff2aac /news/sabnzbdplus/pkg-plist | |
parent | 2b03a83f1801b9e62df10412eb8a33e2f5443560 (diff) | |
download | freebsd-ports-graphics-35a9579ddbc5e87b6ab8ef51ee94726e449eb8a4.tar.gz freebsd-ports-graphics-35a9579ddbc5e87b6ab8ef51ee94726e449eb8a4.tar.zst freebsd-ports-graphics-35a9579ddbc5e87b6ab8ef51ee94726e449eb8a4.zip |
Update to 0.6.6
Pacify portlint(1)
PR: ports/159373
Submitted by: David Brooks <dab@rj45.org> (maintainer)
Approved by: wxs (mentor)
Diffstat (limited to 'news/sabnzbdplus/pkg-plist')
-rw-r--r-- | news/sabnzbdplus/pkg-plist | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/news/sabnzbdplus/pkg-plist b/news/sabnzbdplus/pkg-plist index d42271ba48c..6ca5a1f2402 100644 --- a/news/sabnzbdplus/pkg-plist +++ b/news/sabnzbdplus/pkg-plist @@ -23,7 +23,9 @@ bin/SABnzbd.py %%PYTHON_SITELIBDIR%%/sabnzbd/nzbqueue.py %%PYTHON_SITELIBDIR%%/sabnzbd/nzbstuff.py %%PYTHON_SITELIBDIR%%/sabnzbd/osxmenu.py +%%PYTHON_SITELIBDIR%%/sabnzbd/panic.py %%PYTHON_SITELIBDIR%%/sabnzbd/postproc.py +%%PYTHON_SITELIBDIR%%/sabnzbd/powersup.py %%PYTHON_SITELIBDIR%%/sabnzbd/rss.py %%PYTHON_SITELIBDIR%%/sabnzbd/scheduler.py %%PYTHON_SITELIBDIR%%/sabnzbd/skintext.py @@ -398,7 +400,7 @@ bin/SABnzbd.py @dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry sabnzbd -@dirrm %%PYTHON_SITELIBDIR%%/sabnzbd/utils -@dirrm %%PYTHON_SITELIBDIR%%/sabnzbd +@dirrmtry %%PYTHON_SITELIBDIR%%/sabnzbd/utils +@dirrmtry %%PYTHON_SITELIBDIR%%/sabnzbd @dirrmtry %%PYTHON_SITELIBDIR%% @exec mkdir -p %D/sabnzbd |