diff options
author | asau <asau@pkgsrc.org> | 2012-11-18 02:25:37 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-11-18 02:25:37 +0000 |
commit | 4db0785e52fa5da80355abdd53cfa71088c4a736 (patch) | |
tree | 50ce47750526b502861cefa43aa75dd1392ad300 | |
parent | eac59b9af726add78a53387892219796925e6ad6 (diff) | |
download | pkgsrc-4db0785e52fa5da80355abdd53cfa71088c4a736.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
-rw-r--r-- | devel/py-filechunkio/Makefile | 4 | ||||
-rw-r--r-- | devel/py-hgtools/Makefile | 4 | ||||
-rw-r--r-- | net/py-irclib/Makefile | 4 | ||||
-rw-r--r-- | net/py-ptt/Makefile | 4 | ||||
-rw-r--r-- | security/oath-toolkit/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-prettytable/Makefile | 4 |
6 files changed, 6 insertions, 18 deletions
diff --git a/devel/py-filechunkio/Makefile b/devel/py-filechunkio/Makefile index 8cbf3c25285..09555ce0e69 100644 --- a/devel/py-filechunkio/Makefile +++ b/devel/py-filechunkio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/11/11 21:17:45 jakllsch Exp $ +# $NetBSD: Makefile,v 1.2 2012/11/18 02:25:37 asau Exp $ # DISTNAME= filechunkio-1.5 @@ -11,8 +11,6 @@ HOMEPAGE= https://bitbucket.org/fabian/filechunkio COMMENT= Chunck files for input/output LICENSE= mit -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= # none .include "../../lang/python/distutils.mk" diff --git a/devel/py-hgtools/Makefile b/devel/py-hgtools/Makefile index 3a9f6b35dcd..32c40b11154 100644 --- a/devel/py-hgtools/Makefile +++ b/devel/py-hgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/11/03 13:55:16 imil Exp $ +# $NetBSD: Makefile,v 1.2 2012/11/18 02:25:37 asau Exp $ # HGTVERS= 2.0.2 @@ -13,8 +13,6 @@ HOMEPAGE= http://pypi.python.org/packages/source/h/hgtools/ COMMENT= Classes and setuptools plugin for Mercurial repositories LICENSE= gnu-gpl-v1 -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= # none post-extract: diff --git a/net/py-irclib/Makefile b/net/py-irclib/Makefile index 405db952718..fbb9b94e9bd 100644 --- a/net/py-irclib/Makefile +++ b/net/py-irclib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/11/03 14:18:06 imil Exp $ +# $NetBSD: Makefile,v 1.2 2012/11/18 02:25:37 asau Exp $ # IRCVERS= 3.4.2 @@ -13,8 +13,6 @@ HOMEPAGE= https://bitbucket.org/jaraco/irc COMMENT= Internet Relay Chat (IRC) protocol client library LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= # none post-extract: diff --git a/net/py-ptt/Makefile b/net/py-ptt/Makefile index 83a80f0bbe5..22ea02341d1 100644 --- a/net/py-ptt/Makefile +++ b/net/py-ptt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/11/03 14:29:25 imil Exp $ +# $NetBSD: Makefile,v 1.3 2012/11/18 02:25:37 asau Exp $ # PTTVERS= 1.9.0 @@ -13,8 +13,6 @@ HOMEPAGE= http://mike.verdone.ca/twitter/ COMMENT= Twitter API, command-line tool, and IRC bot LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= # none .include "../../net/py-irclib/buildlink3.mk" diff --git a/security/oath-toolkit/Makefile b/security/oath-toolkit/Makefile index 129a3f86944..222f5d2bf1a 100644 --- a/security/oath-toolkit/Makefile +++ b/security/oath-toolkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/11/10 18:07:44 pettai Exp $ +# $NetBSD: Makefile,v 1.7 2012/11/18 02:25:38 asau Exp $ # DISTNAME= oath-toolkit-1.12.6 @@ -10,8 +10,6 @@ HOMEPAGE= http://www.nongnu.org/oath-toolkit/ COMMENT= OATH (Open AuTHentication) Toolkit LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v3 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_TOOLS+= pkg-config USE_LIBTOOL= yes diff --git a/textproc/py-prettytable/Makefile b/textproc/py-prettytable/Makefile index 5c6314d5802..388ab515436 100644 --- a/textproc/py-prettytable/Makefile +++ b/textproc/py-prettytable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/11/11 21:35:17 jakllsch Exp $ +# $NetBSD: Makefile,v 1.2 2012/11/18 02:25:38 asau Exp $ # DISTNAME= prettytable-0.6.1 @@ -11,8 +11,6 @@ HOMEPAGE= http://code.google.com/p/prettytable/ COMMENT= Simple Python library for easily displaying tabular data LICENSE= modified-bsd -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= # none .include "../../lang/python/egg.mk" |