diff options
Diffstat (limited to 'math/py-sympy/Makefile')
-rw-r--r-- | math/py-sympy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile index 4807908ef36..1dad141c46b 100644 --- a/math/py-sympy/Makefile +++ b/math/py-sympy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/05/29 17:59:25 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:37 joerg Exp $ # DISTNAME= sympy-0.5.15 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://code.google.com/p/sympy/ COMMENT= Python library for symbolic mathematics +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # none PYDISTUTILSPKG= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} |