diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-04-22 09:02:39 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-04-22 09:02:39 +0800 |
commit | 78cdda9ed69b1bd274e3ab03d760a127164c2372 (patch) | |
tree | 33149675eee03e8d0b4279fecbb8b59df7e696bb /security/revelation | |
parent | c8170c78f1c085d82552832447b8e8be19abe964 (diff) | |
download | freebsd-ports-gnome-78cdda9ed69b1bd274e3ab03d760a127164c2372.tar.gz freebsd-ports-gnome-78cdda9ed69b1bd274e3ab03d760a127164c2372.tar.zst freebsd-ports-gnome-78cdda9ed69b1bd274e3ab03d760a127164c2372.zip |
Fix the packing list.
Reported by: pointyhat
Approved by: adamw (implicit, mentor)
Diffstat (limited to 'security/revelation')
-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 |