diff options
author | Steve Price <steve@FreeBSD.org> | 1998-05-25 11:24:46 +0800 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-05-25 11:24:46 +0800 |
commit | c3fc8467f2f20c7a87c793071f6487c0919c24d0 (patch) | |
tree | 3aa60bc5f5cb489efde54c992620d9f22b8c2445 /games/xboard | |
parent | 09ade2bb1a5a860ea030b623c26b5c36ffeeef05 (diff) | |
download | freebsd-ports-gnome-c3fc8467f2f20c7a87c793071f6487c0919c24d0.tar.gz freebsd-ports-gnome-c3fc8467f2f20c7a87c793071f6487c0919c24d0.tar.zst freebsd-ports-gnome-c3fc8467f2f20c7a87c793071f6487c0919c24d0.zip |
Minor portlint cleaning.
Diffstat (limited to 'games/xboard')
-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 |