diff options
author | asau <asau> | 2012-10-08 12:42:17 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 12:42:17 +0000 |
commit | eb453af5dee49e97f0b6badd133cc7886f2e00ed (patch) | |
tree | a804f809d8ca40f9a6f9075c83e748d8a733be9a /wm/py-tyle | |
parent | bc56b44c542e7a868f8678d91721e143fb9e8a7b (diff) | |
download | pkgsrc-eb453af5dee49e97f0b6badd133cc7886f2e00ed.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'wm/py-tyle')
-rw-r--r-- | wm/py-tyle/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/wm/py-tyle/Makefile b/wm/py-tyle/Makefile index 8c8a27edcfa..02d1fd84c1b 100644 --- a/wm/py-tyle/Makefile +++ b/wm/py-tyle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/10/04 00:22:01 cheusov Exp $ +# $NetBSD: Makefile,v 1.10 2012/10/08 12:42:23 asau Exp $ # DISTNAME= pytyle-0.7.5 @@ -14,8 +14,6 @@ LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-Xlib-[0-9]*:../../x11/py-Xlib -PKG_DESTDIR_SUPPORT= user-destdir - PYTHON_SELF_CONFLICT= yes USE_LANGUAGES= #none |