diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-02-26 03:58:06 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-02-26 03:58:06 +0000 |
commit | ab337911ba4bd955aa2fc20a6778fb4d1c255039 (patch) | |
tree | 30bacfe4e49140669b721d754c5f43c3ce6050f5 /games/xpilot | |
parent | 3e559465d096dee15d599a00d3840361d946c8b7 (diff) | |
download | pkgsrc-ab337911ba4bd955aa2fc20a6778fb4d1c255039.tar.gz |
Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
Diffstat (limited to 'games/xpilot')
-rw-r--r-- | games/xpilot/Makefile | 3 | ||||
-rw-r--r-- | games/xpilot/PLIST | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile index 0d925d1bbd0..8894b780987 100644 --- a/games/xpilot/Makefile +++ b/games/xpilot/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2003/01/09 15:57:35 mycroft Exp $ +# $NetBSD: Makefile,v 1.8 2003/02/26 04:07:50 jschauma Exp $ # DISTNAME= xpilot-4.5.4 +PKGREVISION= 1 CATEGORIES= games x11 MASTER_SITES= ftp://ftp.xpilot.org/pub/xpilot/ diff --git a/games/xpilot/PLIST b/games/xpilot/PLIST index 9a637c763fd..46f1bec792c 100644 --- a/games/xpilot/PLIST +++ b/games/xpilot/PLIST @@ -1,12 +1,12 @@ -@comment $NetBSD: PLIST,v 1.3 2003/01/09 15:57:35 mycroft Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/02/26 04:07:50 jschauma Exp $ bin/xp-mapedit bin/xp-replay bin/xpilot bin/xpilots -man/cat6/xp-mapedit.0 -man/cat6/xp-replay.0 -man/cat6/xpilot.0 -man/cat6/xpilots.0 +${IMAKE_MAN_SOURCE_PATH}6/xp-mapedit.${IMAKE_MANNEWSUFFIX} +${IMAKE_MAN_SOURCE_PATH}6/xp-replay.${IMAKE_MANNEWSUFFIX} +${IMAKE_MAN_SOURCE_PATH}6/xpilot.${IMAKE_MANNEWSUFFIX} +${IMAKE_MAN_SOURCE_PATH}6/xpilots.${IMAKE_MANNEWSUFFIX} share/xpilot/defaults share/xpilot/maps/CAMD.xp share/xpilot/maps/blood-music2.xp |