summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-01-15 00:13:59 +0000
committerjoerg <joerg@pkgsrc.org>2009-01-15 00:13:59 +0000
commit63d5953a15d61c725e20f8d54948fcce669bdab2 (patch)
tree700e5070d1991ed48729332e7574c8866fb741de /www
parentddaab16e6ab8dff558c18d212889d1efccc7069f (diff)
downloadpkgsrc-63d5953a15d61c725e20f8d54948fcce669bdab2.tar.gz
Supports destdir installation.
Diffstat (limited to 'www')
-rw-r--r--www/py-beautifulsoup/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-beautifulsoup/Makefile b/www/py-beautifulsoup/Makefile
index ce618572df7..10f390366b1 100644
--- a/www/py-beautifulsoup/Makefile
+++ b/www/py-beautifulsoup/Makefile
@@ -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 @@ MAINTAINER= darcy@NetBSD.org
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"