summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-03-15 13:41:42 +0000
committerjoerg <joerg@pkgsrc.org>2008-03-15 13:41:42 +0000
commit9652822d7c389f7c3d98716874133cba1f3f90a7 (patch)
tree808fa31f56a48027065305bf914e08d2d1411e84
parent18af960a9c6adadc4fe0e6ec709c8f1c3b51d357 (diff)
downloadpkgsrc-9652822d7c389f7c3d98716874133cba1f3f90a7.tar.gz
DESTDIR is supported.
-rw-r--r--devel/cppunit/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile
index 52b1a30c81d..dea42805932 100644
--- a/devel/cppunit/Makefile
+++ b/devel/cppunit/Makefile
@@ -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 @@ MAINTAINER= wulf@NetBSD.org
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