diff options
author | obache <obache@pkgsrc.org> | 2011-03-24 03:04:16 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-03-24 03:04:16 +0000 |
commit | c9c076afbc8a1d092dee69cb3a80c72cd32be771 (patch) | |
tree | 6f61ac76ddfad961f739a3e928a690c95d09a620 /security/lasso | |
parent | 7736371c0851c9e32afdc70900a8ab73b2e173fa (diff) | |
download | pkgsrc-c9c076afbc8a1d092dee69cb3a80c72cd32be771.tar.gz |
Use bsdtar for extract, or result in corrupted file name with certain tar.
Bump PKGREVISION.
Diffstat (limited to 'security/lasso')
-rw-r--r-- | security/lasso/Makefile | 6 | ||||
-rw-r--r-- | security/lasso/PLIST | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/security/lasso/Makefile b/security/lasso/Makefile index fd8fb0352c3..3e960a5c880 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2010/01/17 12:02:41 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2011/03/24 03:04:16 obache Exp $ # -PKGREVISION= 4 +PKGREVISION= 5 CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --disable-php4 @@ -11,4 +11,6 @@ PKG_DESTDIR_SUPPORT= destdir PYTHON_FOR_BUILD_ONLY= yes +EXTRACT_USING= bsdtar + .include "../../security/lasso/Makefile.common" diff --git a/security/lasso/PLIST b/security/lasso/PLIST index 15af7bff4c1..d6b14c8d6fc 100644 --- a/security/lasso/PLIST +++ b/security/lasso/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2010/06/06 11:52:31 obache Exp $ +@comment $NetBSD: PLIST,v 1.6 2011/03/24 03:04:16 obache Exp $ lib/pkgconfig/lasso.pc lib/liblasso.la include/lasso/xml/saml-2.0/saml2_action.h @@ -160,7 +160,7 @@ share/gtk-doc/html/lasso/idwsf.html share/gtk-doc/html/lasso/idwsf2.html share/gtk-doc/html/lasso/index.html share/gtk-doc/html/lasso/index.sgml -share/gtk-doc/html/lasso/lasso-Addon-to-SAML-2.0-profile-for-ID-WSF-2.0-bootsraping.ht +share/gtk-doc/html/lasso/lasso-Addon-to-SAML-2.0-profile-for-ID-WSF-2.0-bootsraping.html share/gtk-doc/html/lasso/lasso-Base-Strings.html share/gtk-doc/html/lasso/lasso-Error-Codes.html share/gtk-doc/html/lasso/lasso-ID-WSF-1.0-Strings.html |