summaryrefslogtreecommitdiff
path: root/textproc/py-prettytable
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-11-18 02:25:37 +0000
committerasau <asau@pkgsrc.org>2012-11-18 02:25:37 +0000
commit8240eae7e2d2c10895a7231407b7510dcc7f4cc6 (patch)
tree50ce47750526b502861cefa43aa75dd1392ad300 /textproc/py-prettytable
parent175f64175d0a3af7cf32f08a161e9dbd20dc1ed5 (diff)
downloadpkgsrc-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/Makefile4
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"