diff options
author | joerg <joerg> | 2009-02-16 13:19:00 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-16 13:19:00 +0000 |
commit | 360f1a788d4d26bc1fcd22d3a745130a0c8df01d (patch) | |
tree | cce6504b9570e353b48203a1cd046983da7a1b28 /www/py-gdata | |
parent | a0f12c7b3dc633b200a7e5d9977c705af28b1031 (diff) | |
download | pkgsrc-360f1a788d4d26bc1fcd22d3a745130a0c8df01d.tar.gz |
Supports DESTDIR.
Diffstat (limited to 'www/py-gdata')
-rw-r--r-- | www/py-gdata/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-gdata/Makefile b/www/py-gdata/Makefile index 79a9a7ad022..1104977de6d 100644 --- a/www/py-gdata/Makefile +++ b/www/py-gdata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/10/16 20:06:11 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2009/02/16 13:19:00 joerg Exp $ DISTNAME= gdata.py-1.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/.py//} @@ -9,6 +9,8 @@ MAINTAINER= mj@mjturner.net HOMEPAGE= http://code.google.com/p/gdata-python-client/ COMMENT= Google Data API Python client library +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PY_PATCHPLIST= yes |