diff options
author | reed <reed> | 2005-09-07 23:46:55 +0000 |
---|---|---|
committer | reed <reed> | 2005-09-07 23:46:55 +0000 |
commit | c938d23aaf0ad974db01f2de0cd307afb84452eb (patch) | |
tree | 6533639301eaaa763d8f1917bd613aced4f359f9 /games | |
parent | 74bd487fde9f22da6a3d4d21cc461df4b9fc1292 (diff) | |
download | pkgsrc-c938d23aaf0ad974db01f2de0cd307afb84452eb.tar.gz |
Hardcode .6 as the man page suffix instead of ${IMAKE_MANNEWSUFFIX}.
The 6 is defined in the Imakefile.
I noticed this on Linux a couple months ago and noticed on DragonFly.
Diffstat (limited to 'games')
-rw-r--r-- | games/xvier/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xvier/PLIST b/games/xvier/PLIST index 970c83e19e1..551f826d755 100644 --- a/games/xvier/PLIST +++ b/games/xvier/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/02/26 04:07:50 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/09/07 23:46:55 reed Exp $ bin/xvier -${IMAKE_MAN_SOURCE_PATH}6/xvier.${IMAKE_MANNEWSUFFIX} +${IMAKE_MAN_SOURCE_PATH}6/xvier.6 libexec/xvier_prog |