1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Support staging

- Don't remove mtree directories

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2014-05-09 18:41:47 +00:00
parent 6f309b2a7d
commit 62a8b7fdeb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353493
2 changed files with 2 additions and 5 deletions

View File

@ -23,7 +23,6 @@ USE_PYTHON_BUILD= yes
OPTIONS_DEFINE= PERL PHP PYTHON
NO_STAGE= yes
.include <bsd.port.options.mk>
.if !empty(PORT_OPTIONS:MPERL)
@ -58,9 +57,9 @@ PLIST_SUB+= WITH_PYTHON="@comment "
.endif
post-install:
${RM} -f ${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/perllocal.pod
${RM} -f ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/perllocal.pod
.ifdef(NOPORTDOCS)
${RM} -rf ${DOCSDIR}
${RM} -rf ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -307,8 +307,6 @@ lib/liblasso.la
lib/liblasso.so
lib/liblasso.so.8
libdata/pkgconfig/lasso.pc
@dirrmtry libdata/pkgconfig
@dirrmtry libdata
@dirrmtry include/lasso/xml/ws
@dirrmtry include/lasso/xml/saml-2.0
@dirrmtry include/lasso/xml/id-wsf-2.0