diff options
Diffstat (limited to 'math/libmatheval/Makefile')
-rw-r--r-- | math/libmatheval/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/libmatheval/Makefile b/math/libmatheval/Makefile index 20d1b9114e7..843f24ebb78 100644 --- a/math/libmatheval/Makefile +++ b/math/libmatheval/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/03/13 10:51:42 drochner Exp $ +# $NetBSD: Makefile,v 1.10 2008/07/14 12:56:08 joerg Exp $ # DISTNAME= libmatheval-1.1.4 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/libmatheval/ COMMENT= Library for evaluating mathematical expressions +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes |