pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cppunit DESTDIR is supported.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3feff07ef4d8
branches:  trunk
changeset: 539869:3feff07ef4d8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Mar 15 13:41:42 2008 +0000

description:
DESTDIR is supported.

diffstat:

 devel/cppunit/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r bb7442fb8fc5 -r 3feff07ef4d8 devel/cppunit/Makefile
--- a/devel/cppunit/Makefile    Sat Mar 15 13:36:40 2008 +0000
+++ b/devel/cppunit/Makefile    Sat Mar 15 13:41:42 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/01/20 14:29:04 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2008/03/15 13:41:42 joerg Exp $
 #
 
 DISTNAME=      cppunit-1.10.2
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://cppunit.sourceforge.net/
 COMMENT=       CppUnit is a C++ unit testing framework
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 BUILD_DEPENDS+=        doxygen>=1.5.1nb1:../../devel/doxygen
 
 USE_LIBTOOL=   yes



Home | Main Index | Thread Index | Old Index