Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2013 20:44:55 +0100 (BST)
From:      Anton Shterenlikht <mexas@bris.ac.uk>
To:        freebsd-ports@freebsd.org
Subject:   STAGE: explain man pages
Message-ID:  <201310091944.r99JitwC014917@mech-cluster241.men.bris.ac.uk>

next in thread | raw e-mail | index | archive | help
I'm getting:

# make stage
===>  Staging for urlview-0.9_7
===>   Generating temporary packing list
/bin/sh ./mkinstalldirs /usr/ports/textproc/urlview/work/stage/usr/local/bin
  install  -s -o root -g wheel -m 555  urlview /usr/ports/textproc/urlview/work/stage/usr/local/bin/urlview
install  -o root -g wheel -m 444 urlview.man /usr/local/man/man1/urlview.1
install  -o root -g wheel -m 444 /usr/ports/textproc/urlview/work/urlview-0.9/sample.urlview  /usr/ports/textproc/urlview/work/stage/usr/local/etc/urlview.conf.sample
====> Compressing man pages
# 

Note that the man page is not installed on stage.

The Makefile has:

PLIST_FILES=    bin/urlview \
                etc/urlview.conf.sample \
                urlview.1

The last file is the man page.

What am I doing wrong?

Anton




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310091944.r99JitwC014917>