Sat, Jan 15, 2011 at 12:46:02AM +0300, Eygene Ryabinkin wrote:
> A couple of things about the port:
[...]

Two more things.

There is INSTALL_MAN macros that should be used for manpage
installation.  Also, ${MANPREFIX}/man/man8/ is better spelled as
${MAN8PREFIX}/man/man8/ and you can use the following construct:
{{{
.for m in ${MAN8}
        ${INSTALL_MAN} ${WRKSRC}${m} ${MAN8PREFIX}/man/man8/${m}
.endfor
}}}
to automate the installation.

Perhaps, ${CAT} ${PKGMESSAGE} is better be silenced by writing
'@${CAT} ${PKGMESSAGE}'.
-- 
Eygene Ryabinkin                                        ,,,^..^,,,
[ Life's unfair - but root password helps!           | codelabs.ru ]
[ 82FE 06BC D497 C0DE 49EC  4FF0 16AF 9EAE 8152 ECFB | freebsd.org ]

Attachment: pgp4NtyfSjpBi.pgp
Description: PGP signature

Reply via email to