diff options
author | antoine <antoine@FreeBSD.org> | 2014-11-29 20:22:21 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-11-29 20:22:21 +0800 |
commit | d98695fe00c5b6e0bdc5d653607703a6bd7f214f (patch) | |
tree | b4525ffbf55ea2f317f4357c8ed70f17fb1d4fee /games | |
parent | ff06236999a49969844fa38409ca22b9793a682b (diff) | |
download | freebsd-ports-gnome-d98695fe00c5b6e0bdc5d653607703a6bd7f214f.tar.gz freebsd-ports-gnome-d98695fe00c5b6e0bdc5d653607703a6bd7f214f.tar.zst freebsd-ports-gnome-d98695fe00c5b6e0bdc5d653607703a6bd7f214f.zip |
Allow building without /usr/bin/perl symlink
PR: ports/195494
Diffstat (limited to 'games')
-rw-r--r-- | games/stonesoup/Makefile | 3 | ||||
-rw-r--r-- | games/xboard-devel/Makefile | 3 | ||||
-rw-r--r-- | games/yadex/Makefile | 3 | ||||
-rw-r--r-- | games/yadex/pkg-plist | 2 |
4 files changed, 6 insertions, 5 deletions
diff --git a/games/stonesoup/Makefile b/games/stonesoup/Makefile index 3100b780b533..bafd94405a4d 100644 --- a/games/stonesoup/Makefile +++ b/games/stonesoup/Makefile @@ -14,8 +14,9 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/stone_soup-${PORTVERSION}/licence.txt USE_SQLITE= yes -USES= bison compiler gmake perl5 pkgconfig tar:xz lua:51 +USES= bison compiler gmake lua:51 perl5 pkgconfig shebangfix tar:xz USE_PERL5= build +SHEBANG_FILES= util/gen-mi-enum SAVEDIR= \~/.stonesoup WRKSRC= ${WRKDIR}/stone_soup-${PORTVERSION}/source/ diff --git a/games/xboard-devel/Makefile b/games/xboard-devel/Makefile index 78fce2d7d13d..4c08b14bbe0c 100644 --- a/games/xboard-devel/Makefile +++ b/games/xboard-devel/Makefile @@ -26,7 +26,8 @@ DATADIR= ${PREFIX}/share/games/xboard DOCSDIR= ${PREFIX}/share/doc/xboard XBOARDCONF= ${WRKSRC}/xboard.conf.in -USES+= gmake +USES= gmake shebangfix +SHEBANG_FILES= texi2man USE_AUTOTOOLS= automake aclocal INSTALL_TARGET= install-strip diff --git a/games/yadex/Makefile b/games/yadex/Makefile index 5ad6c879bc1c..0e9148c77d99 100644 --- a/games/yadex/Makefile +++ b/games/yadex/Makefile @@ -13,10 +13,11 @@ COMMENT= WAD file editor, for games like Doom and Hexen LICENSE= GPLv2 -USES= gmake perl5 +USES= gmake perl5 shebangfix HAS_CONFIGURE= yes CONFIGURE_ENV= CC="${CC}" CXX="${CXX}" PREFIX="${PREFIX}" USE_PERL5= build +SHEBANG_FILES= scripts/copyright scripts/youngest USE_XORG= x11 MAKEFILE= GNUmakefile SUB_FILES= pkg-message diff --git a/games/yadex/pkg-plist b/games/yadex/pkg-plist index 1a5b8b4483c8..b176e1bae066 100644 --- a/games/yadex/pkg-plist +++ b/games/yadex/pkg-plist @@ -11,7 +11,6 @@ man/man6/yadex.6.gz %%DATADIR%%/hexen.ygd %%DATADIR%%/strife.ygd %%DATADIR%%/strife10.ygd -@dirrm %%DATADIR%% %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/002f2f.png %%PORTDOCS%%%%DOCSDIR%%/E1.png @@ -54,4 +53,3 @@ man/man6/yadex.6.gz %%PORTDOCS%%%%DOCSDIR%%/wad_specs.html %%PORTDOCS%%%%DOCSDIR%%/yadex1.png %%PORTDOCS%%%%DOCSDIR%%/ygd.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% |