diff options
author | olgeni <olgeni@FreeBSD.org> | 2017-11-01 21:10:35 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2017-11-01 21:10:35 +0800 |
commit | c34368a9821f72298143065b53868f8b7b70cabf (patch) | |
tree | 9695b297af36ba840f671615e51523a713e61430 /games/gnarr | |
parent | 5319c08d3767fc10a712131b3bb41ecc38624718 (diff) | |
download | freebsd-ports-gnome-c34368a9821f72298143065b53868f8b7b70cabf.tar.gz freebsd-ports-gnome-c34368a9821f72298143065b53868f8b7b70cabf.tar.zst freebsd-ports-gnome-c34368a9821f72298143065b53868f8b7b70cabf.zip |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
Diffstat (limited to 'games/gnarr')
-rw-r--r-- | games/gnarr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnarr/Makefile b/games/gnarr/Makefile index c38563fe74e3..752ba5c7d6bc 100644 --- a/games/gnarr/Makefile +++ b/games/gnarr/Makefile @@ -11,7 +11,7 @@ MAINTAINER= daniel.ryslink@dialtelecom.cz COMMENT= Program for generating battle cries NO_BUILD= yes -USES= perl5 shebangfix +USES= perl5 shebangfix SHEBANG_FILES= gnarr .include <bsd.port.mk> |