diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-09 18:41:47 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-09 18:41:47 +0000 |
commit | 62a8b7fdebddadc4638e992719ccf984834e0545 (patch) | |
tree | 167fa0547849942ae4e30805c2c7af39ec6f9cf1 | |
parent | 6f309b2a7dd9fd368965d5a9b45bbd4ca8e35e2c (diff) | |
download | ports-62a8b7fdebddadc4638e992719ccf984834e0545.tar.gz ports-62a8b7fdebddadc4638e992719ccf984834e0545.zip |
Notes
-rw-r--r-- | security/lasso/Makefile | 5 | ||||
-rw-r--r-- | security/lasso/pkg-plist | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/security/lasso/Makefile b/security/lasso/Makefile index a8b281bdf4ba..b14930652e01 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -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> diff --git a/security/lasso/pkg-plist b/security/lasso/pkg-plist index 1d0c116b8114..7c4b39cb4e12 100644 --- a/security/lasso/pkg-plist +++ b/security/lasso/pkg-plist @@ -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 |