summaryrefslogtreecommitdiff
path: root/converters/py-zbase32
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-10-03 00:20:09 +0000
committerasau <asau@pkgsrc.org>2012-10-03 00:20:09 +0000
commit4b28dc63f43322fadab47cce17aecf0d5481df02 (patch)
tree49263710b16be5f3d6b2640f13150eca30da8db8 /converters/py-zbase32
parent10e57b98b03f5181234ab7d591a22649fbf4446a (diff)
downloadpkgsrc-4b28dc63f43322fadab47cce17aecf0d5481df02.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/py-zbase32')
-rw-r--r--converters/py-zbase32/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/py-zbase32/Makefile b/converters/py-zbase32/Makefile
index 4520494e76c..a603c4a0cda 100644
--- a/converters/py-zbase32/Makefile
+++ b/converters/py-zbase32/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/02/12 20:02:53 gls Exp $
+# $NetBSD: Makefile,v 1.5 2012/10/03 00:20:16 asau Exp $
#
DISTNAME= zbase32-1.1.3
@@ -11,8 +11,6 @@ HOMEPAGE= http://pypi.python.org/pypi/zbase32/
COMMENT= Alternate base32 encoder (not RFC 3548 compliant)
LICENSE= modified-bsd
-PKG_DESTDIR_SUPPORT= user-destdir
-
REPLACE_INTERPRETER+= python
REPLACE.python.old= /usr/bin/env python
REPLACE.python.new= ${PYTHONBIN}