diff options
author | asau <asau@pkgsrc.org> | 2012-10-06 14:10:39 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-06 14:10:39 +0000 |
commit | 6900f0332e5d18d28c7ab5cc3bf31595f49e1ec1 (patch) | |
tree | 302b2130ea1710cf302c1761a30f0dd22578be6f /graphics/py-gnuplot | |
parent | 6dd2e36c4fc997e3c272fda39bd6e02363e414d5 (diff) | |
download | pkgsrc-6900f0332e5d18d28c7ab5cc3bf31595f49e1ec1.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'graphics/py-gnuplot')
-rw-r--r-- | graphics/py-gnuplot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/py-gnuplot/Makefile b/graphics/py-gnuplot/Makefile index 2117288d119..69cb33934fa 100644 --- a/graphics/py-gnuplot/Makefile +++ b/graphics/py-gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2011/10/25 09:24:21 obache Exp $ +# $NetBSD: Makefile,v 1.15 2012/10/06 14:11:16 asau Exp $ # DISTNAME= gnuplot-py-1.8 @@ -14,8 +14,6 @@ LICENSE= gnu-lgpl-v2.1 DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= # empty EGG_NAME= ${DISTNAME:S/-/_/} |