svn commit: r329380 - head/games/xpilot
Lars Engels
lme at FreeBSD.org
Fri Oct 4 20:36:56 UTC 2013
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
- at dirrm %%DATADIR%%/textures
- at dirrm %%DATADIR%%/maps
- at dirrm %%DATADIR%%
+ at dirrmtry %%DATADIR%%/textures
+ at dirrmtry %%DATADIR%%/maps
+ at dirrmtry %%DATADIR%%
More information about the svn-ports-all
mailing list