diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-04-22 01:02:39 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-04-22 01:02:39 +0000 |
commit | 7c91bb5cd64f52c15936f06debc738605796b335 (patch) | |
tree | 8b6445ecad16fe39fd1da5e54e6c8e306487b1a1 /security | |
parent | Udate 1.4.8 --> 1.4.9p1 (diff) |
Fix the packing list.
Reported by: pointyhat
Approved by: adamw (implicit, mentor)
Notes
Notes:
svn path=/head/; revision=133892
Diffstat (limited to 'security')
-rw-r--r-- | security/revelation/Makefile | 1 | ||||
-rw-r--r-- | security/revelation/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/security/revelation/Makefile b/security/revelation/Makefile index 88c26220f685..5db7def1a016 100644 --- a/security/revelation/Makefile +++ b/security/revelation/Makefile @@ -7,6 +7,7 @@ PORTNAME= revelation PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= ftp://oss.codepoet.no/revelation/ diff --git a/security/revelation/pkg-plist b/security/revelation/pkg-plist index fd2792914d43..049ad2cd2842 100644 --- a/security/revelation/pkg-plist +++ b/security/revelation/pkg-plist @@ -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 |