diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-04 09:24:20 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-04 09:24:20 +0000 |
commit | 65833151abbc2f7b008d3094b19d2291816657ed (patch) | |
tree | 8e2bdb73852bfec9d00f87cd4b4558e04bda2d3f /games/apoolGL | |
parent | 5a191a01ff084932bd700101c7e4a81d7532e74e (diff) | |
download | ports-65833151abbc2f7b008d3094b19d2291816657ed.tar.gz ports-65833151abbc2f7b008d3094b19d2291816657ed.zip |
Notes
Diffstat (limited to 'games/apoolGL')
-rw-r--r-- | games/apoolGL/Makefile | 2 | ||||
-rw-r--r-- | games/apoolGL/pkg-plist | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/games/apoolGL/Makefile b/games/apoolGL/Makefile index 64f32033816c..4d59383e5353 100644 --- a/games/apoolGL/Makefile +++ b/games/apoolGL/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-099-pre22 MAINTAINER= ports@FreeBSD.org COMMENT= Another billiards simulator -LICENSE= GPLv2 +LICENSE= GPLv2 # or later USE_SDL= sdl USE_GL= gl diff --git a/games/apoolGL/pkg-plist b/games/apoolGL/pkg-plist index 55ee658d3990..cd5c705a6f84 100644 --- a/games/apoolGL/pkg-plist +++ b/games/apoolGL/pkg-plist @@ -59,7 +59,3 @@ bin/apool %%DATADIR%%/textures-med/Holz.bmp %%DATADIR%%/textures-med/Marmor.bmp %%DATADIR%%/textures-med/Tuch.bmp -@dirrm %%DATADIR%%/textures-med -@dirrm %%DATADIR%%/textures-lo -@dirrm %%DATADIR%%/textures-hi -@dirrm %%DATADIR%% |