Re: FreeBSD ports/security/pam_af/Makefile

2008-01-24 Thread Stanislav Sedov
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

FreeBSD ports/security/pam_af/Makefile

2008-01-21 Thread Yarema
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