diff options
author | Steve Price <steve@FreeBSD.org> | 1998-05-25 03:24:46 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-05-25 03:24:46 +0000 |
commit | c3fc8467f2f20c7a87c793071f6487c0919c24d0 (patch) | |
tree | 3aa60bc5f5cb489efde54c992620d9f22b8c2445 /games | |
parent | This port RUN_DEPENDS on gnuchessx unless you play the networked (diff) |
Minor portlint cleaning.
Notes
Notes:
svn path=/head/; revision=11129
Diffstat (limited to 'games')
-rw-r--r-- | games/xboard/pkg-plist | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/xboard/pkg-plist b/games/xboard/pkg-plist index b5d0a238756b..096eda902f99 100644 --- a/games/xboard/pkg-plist +++ b/games/xboard/pkg-plist @@ -2,7 +2,10 @@ bin/xboard bin/cmail bin/pxboard bin/zic2xpm +@unexec install-info --delete %D/info/xboard.info %D/info/dir +info/xboard.info +@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir +@exec install-info %D/info/xboard.info %D/info/dir man/man6/xboard.6.gz man/man6/cmail.6.gz man/man6/zic2xpm.6.gz -info/xboard.info |