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