diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 13:04:16 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 13:04:16 +0000 |
commit | ba231f5526575cc6acbd7ed3c21f348cdb19b306 (patch) | |
tree | 42ed36270c26ff5446e6bf807a3287ffe97fabc7 /time/py-pytz | |
parent | 64785f27e94a7e74adfb570d3ff49f40e0e39c06 (diff) | |
download | pkgsrc-ba231f5526575cc6acbd7ed3c21f348cdb19b306.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'time/py-pytz')
-rw-r--r-- | time/py-pytz/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time/py-pytz/Makefile b/time/py-pytz/Makefile index 658cbce5102..26e78750363 100644 --- a/time/py-pytz/Makefile +++ b/time/py-pytz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/02 17:28:59 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2012/10/08 13:04:28 asau Exp $ # DISTNAME= pytz-2012f @@ -12,8 +12,6 @@ HOMEPAGE= http://pytz.sourceforge.net/ COMMENT= World timezone definitions, modern and historical LICENSE= mit -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= # none # py-setuptools needed, but not available; package itself is ready |