On Mon, Jan 21, 2008 at 01:31:28PM -0500 Yarema mentioned:
> Pryvet Stat,
>
> I tweaked the FreeBSD ports/security/pam_af/Makefile a little.
> Since bsd.port.mk has:
>
> .if ${PREFIX} == /usr
> MANPREFIX?= /usr/share
> .else
> MANPREFIX?= ${PREFIX}
> .endif
Pryvet Stat,
I tweaked the FreeBSD ports/security/pam_af/Makefile a little.
Since bsd.port.mk has:
.if ${PREFIX} == /usr
MANPREFIX?= /usr/share
.else
MANPREFIX?= ${PREFIX}
.endif
...then this patch allow installing and uninstalling with PREFIX=/usr
correctly:
- ${INSTALL_MAN