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 | 8240eae7e2d2c10895a7231407b7510dcc7f4cc6 (patch) | |
tree | 50ce47750526b502861cefa43aa75dd1392ad300 /devel/py-hgtools | |
parent | 175f64175d0a3af7cf32f08a161e9dbd20dc1ed5 (diff) | |
download | pkgsrc-8240eae7e2d2c10895a7231407b7510dcc7f4cc6.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/py-hgtools')
-rw-r--r-- | devel/py-hgtools/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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: |