summaryrefslogtreecommitdiff
path: root/devel/py-funcparserlib
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-10-31 11:16:30 +0000
committerasau <asau@pkgsrc.org>2012-10-31 11:16:30 +0000
commita382ccc7b08ba66a8f6cca03850939f6a18f4b3e (patch)
tree6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/py-funcparserlib
parentd13e9ff49923be9fed7a66707e30849f0f901f64 (diff)
downloadpkgsrc-a382ccc7b08ba66a8f6cca03850939f6a18f4b3e.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/py-funcparserlib')
-rw-r--r--devel/py-funcparserlib/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-funcparserlib/Makefile b/devel/py-funcparserlib/Makefile
index fe814a399c1..3d230fe1b1d 100644
--- a/devel/py-funcparserlib/Makefile
+++ b/devel/py-funcparserlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/07/15 13:34:02 obache Exp $
+# $NetBSD: Makefile,v 1.2 2012/10/31 11:19:30 asau Exp $
#
DISTNAME= funcparserlib-0.3.5
@@ -11,8 +11,6 @@ HOMEPAGE= http://code.google.com/p/funcparserlib/
COMMENT= Recursive descent parsing library based on functional combinators
LICENSE= mit
-PKG_DESTDIR_SUPPORT= user-destdir
-
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"