diff options
author | asau <asau@pkgsrc.org> | 2012-10-02 21:25:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-02 21:25:15 +0000 |
commit | 126c794d42e3331b606f8953ca5d42a20fd86c33 (patch) | |
tree | 43a00ef6fe7500f6094c17b88abeee49f8e0895b /databases/py-sqlalchemy | |
parent | 32f87c71ca4727cf89891575e44d35c08a9645fe (diff) | |
download | pkgsrc-126c794d42e3331b606f8953ca5d42a20fd86c33.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/py-sqlalchemy')
-rw-r--r-- | databases/py-sqlalchemy/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile index b0a6654c33d..0e6470e2b82 100644 --- a/databases/py-sqlalchemy/Makefile +++ b/databases/py-sqlalchemy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/05/29 13:22:28 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/02 21:25:50 asau Exp $ SQLALCHEMYVERS= 0.6.9 DISTNAME= SQLAlchemy-${SQLALCHEMYVERS} @@ -12,8 +12,6 @@ HOMEPAGE= http://www.sqlalchemy.org/ COMMENT= Python SQL toolkit and Object Relational Mapper LICENSE= mit -PKG_DESTDIR_SUPPORT= user-destdir - PYDISTUTILSPKG= yes .include "options.mk" |