aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorlme <lme@FreeBSD.org>2013-10-05 04:36:55 +0800
committerlme <lme@FreeBSD.org>2013-10-05 04:36:55 +0800
commit079860b9be5e7bc9c660fe60145f30d7ce93c10d (patch)
tree01b7927e088f0e320408f86ca566ab2671cebec0 /games
parentd491220cd71272d6c683ee7ae92b9af8e5923495 (diff)
downloadfreebsd-ports-gnome-079860b9be5e7bc9c660fe60145f30d7ce93c10d.tar.gz
freebsd-ports-gnome-079860b9be5e7bc9c660fe60145f30d7ce93c10d.tar.zst
freebsd-ports-gnome-079860b9be5e7bc9c660fe60145f30d7ce93c10d.zip
- Support staging
- Remove USE_GCC=any because the port builds fine with clang and gcc
Diffstat (limited to 'games')
-rw-r--r--games/xpilot/Makefile3
-rw-r--r--games/xpilot/pkg-plist10
2 files changed, 7 insertions, 6 deletions
diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile
index a45d65a5128c..4dc95d5182f2 100644
--- a/games/xpilot/Makefile
+++ b/games/xpilot/Makefile
@@ -11,9 +11,6 @@ COMMENT= Xpilot(client) and xpilots(server)
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>
diff --git a/games/xpilot/pkg-plist b/games/xpilot/pkg-plist
index 52f385bc39c8..cd221d02d57f 100644
--- a/games/xpilot/pkg-plist
+++ b/games/xpilot/pkg-plist
@@ -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%%