Fix the packing list.

Reported by:	pointyhat
Approved by:	adamw (implicit, mentor)
This commit is contained in:
Jean-Yves Lefort 2005-04-22 01:02:39 +00:00
parent 33e862946e
commit 7c91bb5cd6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133892
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= revelation
PORTVERSION= 0.4.3
PORTREVISION= 1
CATEGORIES= security gnome
MASTER_SITES= ftp://oss.codepoet.no/revelation/

View File

@ -51,6 +51,8 @@ bin/revelation
%%PYTHON_SITELIBDIR%%/revelation/util.pyo
%%PYTHON_SITELIBDIR%%/revelation/authmanager.so
@dirrm %%PYTHON_SITELIBDIR%%/revelation
@unexec rmdir %D/%%PYTHON_SITELIBDIR%% 2> /dev/null || true
@unexec rmdir %D/%%PYTHON_LIBDIR%% 2> /dev/null || true
share/gnome/applications/revelation.desktop
share/mime/packages/revelation.xml
@exec update-desktop-database > /dev/null || /usr/bin/true