pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-beautifulsoup Supports destdir installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5fc1fc8c470
branches:  trunk
changeset: 553116:b5fc1fc8c470
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jan 15 00:13:59 2009 +0000

description:
Supports destdir installation.

diffstat:

 www/py-beautifulsoup/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 146f8eb462c0 -r b5fc1fc8c470 www/py-beautifulsoup/Makefile
--- a/www/py-beautifulsoup/Makefile     Wed Jan 14 23:33:48 2009 +0000
+++ b/www/py-beautifulsoup/Makefile     Thu Jan 15 00:13:59 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/12/10 12:32:09 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2009/01/15 00:13:59 joerg Exp $
 #
 
 DISTNAME=      BeautifulSoup-3.0.7a
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://www.crummy.com/software/BeautifulSoup/
 COMMENT=       HTML/XML Parser for Python
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 PYDISTUTILSPKG= # yes
 
 .include "../../lang/python/extension.mk"



Home | Main Index | Thread Index | Old Index