pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-lasso Needs py-expat for build. Fix destdir.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/734cbf55229e
branches:  trunk
changeset: 577065:734cbf55229e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jul 01 15:08:14 2010 +0000

description:
Needs py-expat for build. Fix destdir.

diffstat:

 security/py-lasso/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r c499b23386a4 -r 734cbf55229e security/py-lasso/Makefile
--- a/security/py-lasso/Makefile        Thu Jul 01 15:05:06 2010 +0000
+++ b/security/py-lasso/Makefile        Thu Jul 01 15:08:14 2010 +0000
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.3 2010/01/17 12:02:43 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2010/07/01 15:08:14 joerg Exp $
 #
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 PKGREVISION=   1
 COMMENT=       Libery Alliance Single Sign On binding for Python
 
-PKG_DESTDIR_SUPPORT=   destdir
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 
 CONFIGURE_ARGS+=       --disable-php4
 CONFIGURE_ARGS+=       --disable-perl
 
-do-install:
-       cd ${WRKSRC}/bindings/python && ${MAKE} install
+INSTALL_DIRS=  bindings/python
 
 PY_PATCHPLIST= yes
 .include "../../lang/python/extension.mk"



Home | Main Index | Thread Index | Old Index