svn commit: r308090 - head/databases/py-swift

Ruslan Makhmatkhanov cvs-src at yandex.ru
Sun Dec 2 12:19:23 UTC 2012


Chris Rees wrote on 02.12.2012 16:15:
> On 2 December 2012 11:59, Jason E. Hale <jhale at freebsd.org> wrote:
[...]
>>>        ${MKDIR} ${PREFIX}/etc/${PORTNAME}
>>>        ${CP} -R ${WRKSRC}/etc/ ${PREFIX}/etc/${PORTNAME}
>>> +.for i in ${MAN1}
>>> +     ${INSTALL_MAN} ${WRKSRC}/doc/manpages/${i} ${PREFIX}/man/man1/${i}
>>> +.endfor
>>> +.for i in ${MAN5}
>>> +     ${INSTALL_MAN} ${WRKSRC}/doc/manpages/${i} ${PREFIX}/man/man5/${i}
>>> +.endfor
>>>
>> MANPREFIX should be used instead of PREFIX for manpage installation.
>
> If we're on that subject, MAN1PREFIX and MAN5PREFIX should be used here :)
>
> Chris

I fixed them, thanks Jason. To be honest, according to 5.10 of PH one 
only need to use MANPREFIX:

"""
If your port anchors its man tree somewhere other than PREFIX, you can 
use the MANPREFIX to set it
"""

-- 
Regards,
Ruslan

Tinderboxing kills... the drives.


More information about the svn-ports-all mailing list