diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 00:30:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 00:30:24 +0000 |
commit | 8782296f87f346e407a9b588c61c901ad331a61b (patch) | |
tree | 9003db734f5474c93508ccf7f02ac0319bb0d249 /astro | |
parent | e8d3c8300fde17c34b15fc2d889e55641e0a8f00 (diff) | |
download | ports-8782296f87f346e407a9b588c61c901ad331a61b.tar.gz ports-8782296f87f346e407a9b588c61c901ad331a61b.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/glunarclock/pkg-plist | 16 | ||||
-rw-r--r-- | astro/gpsdrive/pkg-plist | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/astro/glunarclock/pkg-plist b/astro/glunarclock/pkg-plist index a368d7204f4d..428af5b61f24 100644 --- a/astro/glunarclock/pkg-plist +++ b/astro/glunarclock/pkg-plist @@ -38,11 +38,11 @@ share/locale/wa/LC_MESSAGES/glunarclock-%%VERSION%%.mo @dirrm share/gnome/help/glunarclock-applet-2/C @dirrm share/gnome/help/glunarclock-applet-2 @dirrm share/gnome/glunarclock -@unexec rmdir %D/share/locale/ast_ES/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/ast_ES 2> /dev/null || true -@unexec rmdir %D/share/locale/br/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/br 2> /dev/null || true -@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/rw 2> /dev/null || true -@unexec rmdir %D/share/locale/wa/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/wa 2> /dev/null || true +@dirrmtry share/locale/ast_ES/LC_MESSAGES +@dirrmtry share/locale/ast_ES +@dirrmtry share/locale/br/LC_MESSAGES +@dirrmtry share/locale/br +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/wa/LC_MESSAGES +@dirrmtry share/locale/wa diff --git a/astro/gpsdrive/pkg-plist b/astro/gpsdrive/pkg-plist index a14b14d15cc0..046333d465ac 100644 --- a/astro/gpsdrive/pkg-plist +++ b/astro/gpsdrive/pkg-plist @@ -61,5 +61,5 @@ share/pixmaps/gpsicon.png %%NLS%%share/locale/tr/LC_MESSAGES/gpsdrive.mo %%NLS%%@unexec rmdir %D/share/locale/gr/LC_MESSAGES 2> /dev/null || true %%NLS%%@unexec rmdir %D/share/locale/gr 2> /dev/null || true -@unexec rmdir %D/share/applications 2> /dev/null || true +@dirrmtry share/applications @dirrm %%DATADIR%% |