diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/xpilot/Makefile | 3 | ||||
-rw-r--r-- | games/xpilot/pkg-plist | 10 |
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%% |