Date: Fri, 4 Oct 2013 20:36:55 +0000 (UTC) From: Lars Engels <lme@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329380 - head/games/xpilot Message-ID: <201310042036.r94KatGb049142@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lme Date: Fri Oct 4 20:36:55 2013 New Revision: 329380 URL: http://svnweb.freebsd.org/changeset/ports/329380 Log: - Support staging - Remove USE_GCC=any because the port builds fine with clang and gcc Modified: head/games/xpilot/Makefile (contents, props changed) head/games/xpilot/pkg-plist (contents, props changed) Modified: head/games/xpilot/Makefile ============================================================================== --- head/games/xpilot/Makefile Fri Oct 4 20:29:31 2013 (r329379) +++ head/games/xpilot/Makefile Fri Oct 4 20:36:55 2013 (r329380) @@ -11,9 +11,6 @@ COMMENT= Xpilot(client) and xpilots(serv USE_BZIP2= yes USE_XORG= x11 xext -MAN6= xpilot.6 xpilots.6 xp-mapedit.6 xp-replay.6 -USE_GCC= any USES= imake -NO_STAGE= yes .include <bsd.port.mk> Modified: head/games/xpilot/pkg-plist ============================================================================== --- head/games/xpilot/pkg-plist Fri Oct 4 20:29:31 2013 (r329379) +++ head/games/xpilot/pkg-plist Fri Oct 4 20:36:55 2013 (r329380) @@ -2,6 +2,10 @@ bin/xp-mapedit bin/xp-replay bin/xpilot bin/xpilots +man/man6/xp-mapedit.6.gz +man/man6/xp-replay.6.gz +man/man6/xpilot.6.gz +man/man6/xpilots.6.gz %%DATADIR%%/defaults %%DATADIR%%/maps/CAMD.xp %%DATADIR%%/maps/blood-music2.xp @@ -81,6 +85,6 @@ bin/xpilots %%DATADIR%%/textures/wall_ur.ppm %%DATADIR%%/textures/wall_url.ppm %%DATADIR%%/textures/wormhole.ppm -@dirrm %%DATADIR%%/textures -@dirrm %%DATADIR%%/maps -@dirrm %%DATADIR%% +@dirrmtry %%DATADIR%%/textures +@dirrmtry %%DATADIR%%/maps +@dirrmtry %%DATADIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310042036.r94KatGb049142>