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 | 331246edf480f4eda17d29e21bbf8dd23fd5ec24 (patch) | |
tree | 302b2130ea1710cf302c1761a30f0dd22578be6f /graphics/py-uniconvertor | |
parent | bb5c0dc635192c655023461d69804fb749162e43 (diff) | |
download | pkgsrc-331246edf480f4eda17d29e21bbf8dd23fd5ec24.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'graphics/py-uniconvertor')
-rw-r--r-- | graphics/py-uniconvertor/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/py-uniconvertor/Makefile b/graphics/py-uniconvertor/Makefile index ee2949312df..3bb7048b4b6 100644 --- a/graphics/py-uniconvertor/Makefile +++ b/graphics/py-uniconvertor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/10/04 00:21:59 cheusov Exp $ +# $NetBSD: Makefile,v 1.6 2012/10/06 14:11:18 asau Exp $ DISTNAME= uniconvertor-1.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,8 +11,6 @@ HOMEPAGE= http://sk1project.org/ COMMENT= Universal vector graphics translator LICENSE= gnu-lgpl-v2 AND gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c PYDISTUTILSPKG= yes PYTHON_SELF_CONFLICT= yes |