diff options
author | lesi <lesi@FreeBSD.org> | 2005-06-15 02:43:36 +0000 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-06-15 02:43:36 +0000 |
commit | 84748b04ecf33fdb5c5ef24d76f2c3eb6d8b3291 (patch) | |
tree | bb42a7b71b48f8a54accc7caa988837f222ce013 /games | |
parent | 97905f8a7c8bde78045d3d4e0c7381d732562a8e (diff) | |
download | FreeBSD-ports-84748b04ecf33fdb5c5ef24d76f2c3eb6d8b3291.zip FreeBSD-ports-84748b04ecf33fdb5c5ef24d76f2c3eb6d8b3291.tar.gz |
Directory share/pixmaps is now included in mtree
(BSD.x11-4.dist rev. 1.27), so remove it from plist.
Diffstat (limited to 'games')
-rw-r--r-- | games/crimson/pkg-plist | 1 | ||||
-rw-r--r-- | games/netpanzer/pkg-plist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/games/crimson/pkg-plist b/games/crimson/pkg-plist index ee9c2e6..26249a8 100644 --- a/games/crimson/pkg-plist +++ b/games/crimson/pkg-plist @@ -30,7 +30,6 @@ share/crimson/sound/select.wav share/crimson/cf.dat share/crimson/default.tiles share/crimson/default.units -@unexec rmdir %D/share/pixmaps 2>/dev/null || true @dirrm share/crimson/levels @dirrm share/crimson/locale @dirrm share/crimson/music diff --git a/games/netpanzer/pkg-plist b/games/netpanzer/pkg-plist index 756a88d..85d0889 100644 --- a/games/netpanzer/pkg-plist +++ b/games/netpanzer/pkg-plist @@ -10,4 +10,3 @@ share/pixmaps/netpanzer.png share/pixmaps/netpanzer.xpm %%PORTDOCS%%@dirrm %%DOCSDIR%% @unexec rmdir %D/share/applications 2>/dev/null || true -@unexec rmdir %D/share/pixmaps 2>/dev/null || true |