diff options
author | joerg <joerg@pkgsrc.org> | 2009-01-15 00:13:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-01-15 00:13:59 +0000 |
commit | 63d5953a15d61c725e20f8d54948fcce669bdab2 (patch) | |
tree | 700e5070d1991ed48729332e7574c8866fb741de /www | |
parent | ddaab16e6ab8dff558c18d212889d1efccc7069f (diff) | |
download | pkgsrc-63d5953a15d61c725e20f8d54948fcce669bdab2.tar.gz |
Supports destdir installation.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-beautifulsoup/Makefile | 4 |
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" |