diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-04 17:23:42 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-04 17:23:42 +0800 |
commit | bafb66936f41af49241515b9f40e21286d9c1375 (patch) | |
tree | 992f69673fcae1cede2bcdf2838c4457d2478054 | |
parent | e5019cb37aaa0b594d37c90ad331c1d41110091b (diff) | |
download | freebsd-ports-gnome-bafb66936f41af49241515b9f40e21286d9c1375.tar.gz freebsd-ports-gnome-bafb66936f41af49241515b9f40e21286d9c1375.tar.zst freebsd-ports-gnome-bafb66936f41af49241515b9f40e21286d9c1375.zip |
- Whitespace fix
- Drop @dirrm* from plist
-rw-r--r-- | games/annelid/Makefile | 2 | ||||
-rw-r--r-- | games/annelid/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/games/annelid/Makefile b/games/annelid/Makefile index e6957b8067a7..8f1fbc2129e0 100644 --- a/games/annelid/Makefile +++ b/games/annelid/Makefile @@ -14,7 +14,7 @@ COMMENT= Remake of the ubiquitous "Snake" and "Worm" games RESTRICTED= No redistribution allowed -USES= gmake zip +USES= gmake zip USE_SDL= sdl USE_GL= gl NO_WRKSUBDIR= yes diff --git a/games/annelid/pkg-plist b/games/annelid/pkg-plist index 9e3529668c46..7d05727d0fa0 100644 --- a/games/annelid/pkg-plist +++ b/games/annelid/pkg-plist @@ -19,4 +19,3 @@ libexec/annelid %%DATADIR%%/speed.wav %%DATADIR%%/title.tga %%DATADIR%%/vortex.wav -@dirrm %%DATADIR%% |