svn commit: r353493 - head/security/lasso

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 9 18:41:47 UTC 2014


Author: amdmi3
Date: Fri May  9 18:41:47 2014
New Revision: 353493
URL: http://svnweb.freebsd.org/changeset/ports/353493
QAT: https://qat.redports.org/buildarchive/r353493/

Log:
  - Support staging
  - Don't remove mtree directories
  
  Approved by:	portmgr blanket

Modified:
  head/security/lasso/Makefile
  head/security/lasso/pkg-plist

Modified: head/security/lasso/Makefile
==============================================================================
--- head/security/lasso/Makefile	Fri May  9 18:40:32 2014	(r353492)
+++ head/security/lasso/Makefile	Fri May  9 18:41:47 2014	(r353493)
@@ -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>

Modified: head/security/lasso/pkg-plist
==============================================================================
--- head/security/lasso/pkg-plist	Fri May  9 18:40:32 2014	(r353492)
+++ head/security/lasso/pkg-plist	Fri May  9 18:41:47 2014	(r353493)
@@ -307,8 +307,6 @@ lib/liblasso.la
 lib/liblasso.so
 lib/liblasso.so.8
 libdata/pkgconfig/lasso.pc
- at dirrmtry libdata/pkgconfig
- at dirrmtry libdata
 @dirrmtry include/lasso/xml/ws
 @dirrmtry include/lasso/xml/saml-2.0
 @dirrmtry include/lasso/xml/id-wsf-2.0


More information about the svn-ports-all mailing list