diff options
author | obache <obache@pkgsrc.org> | 2011-03-21 08:24:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-03-21 08:24:38 +0000 |
commit | bd7e205f07167ee7ebc8ce111d277ee4c5566c10 (patch) | |
tree | d8a2c96c59b77fc6416b7d34da58890fe33bb443 /devel | |
parent | 85a40fd34f062acddad4580a974fe2df0bdc0fed (diff) | |
download | pkgsrc-bd7e205f07167ee7ebc8ce111d277ee4c5566c10.tar.gz |
* LICENSE=gnu-gpl-v2
* marked as user-destdir installation support.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/valgrind/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index 60cabf53e1b..a1c7e5b127a 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/09/13 19:07:31 dholland Exp $ +# $NetBSD: Makefile,v 1.6 2011/03/21 08:24:38 obache Exp $ # DISTNAME= valgrind-2.4.0 @@ -10,6 +10,9 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://valgrind.org/downloads/ COMMENT= Debugging and profiling tools +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/valgrind.pc.in |