Lines 1-6
Link Here
|
1 |
PORTNAME= ${SAMBA4_BASENAME}419 |
1 |
PORTNAME= ${SAMBA4_BASENAME}419 |
2 |
PORTVERSION= ${SAMBA4_VERSION} |
2 |
PORTVERSION= ${SAMBA4_VERSION} |
3 |
PORTREVISION= 0 |
3 |
PORTREVISION= 1 |
4 |
CATEGORIES?= net |
4 |
CATEGORIES?= net |
5 |
MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc |
5 |
MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc |
6 |
DISTNAME= ${SAMBA4_DISTNAME} |
6 |
DISTNAME= ${SAMBA4_DISTNAME} |
Lines 658-663
post-install-fix-manpages:
Link Here
|
658 |
${MV} ${STAGEDIR}${PREFIX}/share/man/man1/${f} ${STAGEDIR}${PREFIX}/share/man/man1/samba-${f} |
658 |
${MV} ${STAGEDIR}${PREFIX}/share/man/man1/${f} ${STAGEDIR}${PREFIX}/share/man/man1/samba-${f} |
659 |
. endfor |
659 |
. endfor |
660 |
.endif |
660 |
.endif |
|
|
661 |
|
662 |
.if defined(SAMBA4_BUNDLED_TALLOC) && ${SAMBA4_BUNDLED_TALLOC} == yes |
663 |
. for f in talloc.3 |
664 |
${MV} ${STAGEDIR}${PREFIX}/share/man/man3/${f} \ |
665 |
${STAGEDIR}${PREFIX}/share/man/man3/samba-${f} |
666 |
. endfor |
667 |
.endif |
668 |
|
661 |
.if defined(SAMBA4_BUNDLED_TDB) && ${SAMBA4_BUNDLED_TDB} == yes |
669 |
.if defined(SAMBA4_BUNDLED_TDB) && ${SAMBA4_BUNDLED_TDB} == yes |
662 |
. for f in tdbbackup.8 tdbdump.8 tdbrestore.8 tdbtool.8 |
670 |
. for f in tdbbackup.8 tdbdump.8 tdbrestore.8 tdbtool.8 |
663 |
${MV} ${STAGEDIR}${PREFIX}/share/man/man8/${f} ${STAGEDIR}${PREFIX}/share/man/man8/samba-${f} |
671 |
${MV} ${STAGEDIR}${PREFIX}/share/man/man8/${f} ${STAGEDIR}${PREFIX}/share/man/man8/samba-${f} |