diff options
author | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
commit | 6d2a5eb0194403a26ecfc1ccd2d02c7ca7875bfb (patch) | |
tree | 2a7fd30e4ee838f24d3e799d8f0f744759aaf6f0 /www/py-django-reversion | |
parent | 7921180beeb1b652f54dd21818789c08d8102ba1 (diff) | |
download | pkgsrc-6d2a5eb0194403a26ecfc1ccd2d02c7ca7875bfb.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'www/py-django-reversion')
-rw-r--r-- | www/py-django-reversion/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/py-django-reversion/Makefile b/www/py-django-reversion/Makefile index 1193e29b454..4f7936320f8 100644 --- a/www/py-django-reversion/Makefile +++ b/www/py-django-reversion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/08/26 13:32:17 adam Exp $ +# $NetBSD: Makefile,v 1.2 2012/10/28 06:31:00 asau Exp $ DISTNAME= django-reversion-1.6.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,8 +10,6 @@ HOMEPAGE= https://github.com/etianen/django-reversion/ COMMENT= Version control facilities for Django LICENSE= modified-bsd -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= # empty #EGG_NAME= ${DISTNAME:S/-/_/:S/-/_/} PYDISTUTILSPKG= yes |