diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-09 22:01:52 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-09 22:01:52 +0800 |
commit | c30184384a8c1442c83192f292c25a58bd49f021 (patch) | |
tree | 30d9b8ebbc3330a805804096f812b43a68b530f5 | |
parent | c6e1d328da747cef3a40f2ef6289fa8b946c4b04 (diff) | |
download | freebsd-ports-gnome-c30184384a8c1442c83192f292c25a58bd49f021.tar.gz freebsd-ports-gnome-c30184384a8c1442c83192f292c25a58bd49f021.tar.zst freebsd-ports-gnome-c30184384a8c1442c83192f292c25a58bd49f021.zip |
- Drop @dirrm* from plist
-rw-r--r-- | games/sdlquake2/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/sdlquake2/pkg-plist b/games/sdlquake2/pkg-plist index 70be0ff52596..344458040052 100644 --- a/games/sdlquake2/pkg-plist +++ b/games/sdlquake2/pkg-plist @@ -2,5 +2,5 @@ %%DEDICATED%%bin/sdlquake2-ded %%GAME%%lib/sdlquake2/baseq2/game.so %%CLIENT%%lib/sdlquake2/ref_sdlgl.so -@dirrm lib/sdlquake2/baseq2 -@dirrm lib/sdlquake2 +@dir lib/sdlquake2/baseq2 +@dir lib/sdlquake2 |