pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libelf DESTDIR support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cae1e2f0e68
branches:  trunk
changeset: 556379:3cae1e2f0e68
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Mar 20 20:01:42 2009 +0000

description:
DESTDIR support.

diffstat:

 devel/libelf/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 3e8b714ae9ed -r 3cae1e2f0e68 devel/libelf/Makefile
--- a/devel/libelf/Makefile     Fri Mar 20 19:42:20 2009 +0000
+++ b/devel/libelf/Makefile     Fri Mar 20 20:01:42 2009 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index