diff options
author | joerg <joerg@pkgsrc.org> | 2009-03-20 20:01:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-03-20 20:01:42 +0000 |
commit | 5383032ab385409b5578a03d715d0b5ec6fc6c5e (patch) | |
tree | f8730ea3ffd7d58824294f4e66908a830a5cc68e /devel/libelf/Makefile | |
parent | 8bed553f4398868c4b4020aca8ff742d6f0083dd (diff) | |
download | pkgsrc-5383032ab385409b5578a03d715d0b5ec6fc6c5e.tar.gz |
DESTDIR support.
Diffstat (limited to 'devel/libelf/Makefile')
-rw-r--r-- | devel/libelf/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/libelf/Makefile b/devel/libelf/Makefile index adabc0a3956..de464553b62 100644 --- a/devel/libelf/Makefile +++ b/devel/libelf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/05/21 21:51:02 tnn Exp $ +# $NetBSD: Makefile,v 1.10 2009/03/20 20:01:42 joerg Exp $ # DISTNAME= libelf-0.8.10 @@ -9,6 +9,10 @@ MAINTAINER= petrov@NetBSD.org HOMEPAGE= http://www.mr511.de/software/ COMMENT= ELF object file access library +PKG_DESTDIR_SUPPORT= user-destdir + +INSTALL_MAKE_FLAGS+= instroot=${DESTDIR} + USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes |