pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cmake The package supports installation to DESTDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfe157c7e33b
branches:  trunk
changeset: 538239:bfe157c7e33b
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Feb 03 02:10:40 2008 +0000

description:
The package supports installation to DESTDIR.

diffstat:

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

diffs (18 lines):

diff -r a276f2184613 -r bfe157c7e33b devel/cmake/Makefile
--- a/devel/cmake/Makefile      Sat Feb 02 22:13:45 2008 +0000
+++ b/devel/cmake/Makefile      Sun Feb 03 02:10:40 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2008/01/18 05:14:32 tnn Exp $
+# $NetBSD: Makefile,v 1.34 2008/02/03 02:10:40 heinz Exp $
 
 DISTNAME=      cmake-2.4.6
 PKGREVISION=   4
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://www.cmake.org/
 COMMENT=       Cross platform make
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 USE_TOOLS+=            gmake
 USE_LANGUAGES=         c c++
 USE_NCURSES=           yes



Home | Main Index | Thread Index | Old Index