pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/dirdiff DESTDIR support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9cdbe0cbdee
branches:  trunk
changeset: 571378:e9cdbe0cbdee
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 11 19:07:56 2010 +0000

description:
DESTDIR support

diffstat:

 misc/dirdiff/Makefile |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2bdd66e0aa5b -r e9cdbe0cbdee misc/dirdiff/Makefile
--- a/misc/dirdiff/Makefile     Thu Feb 11 19:03:11 2010 +0000
+++ b/misc/dirdiff/Makefile     Thu Feb 11 19:07:56 2010 +0000
@@ -1,16 +1,20 @@
-# $NetBSD: Makefile,v 1.13 2006/10/08 11:43:06 obache Exp $
+# $NetBSD: Makefile,v 1.14 2010/02/11 19:07:56 joerg Exp $
 #
 
 DISTNAME=      dirdiff-2.1
 CATEGORIES=    misc tk
 MASTER_SITES=  http://samba.org/ftp/paulus/
 
-DEPENDS+=      tk>=8.3.4:../../x11/tk
-
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://samba.org/ftp/paulus/
 COMMENT=       Displays differences between directories
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+INSTALLATION_DIRS+=    bin lib
+
+DEPENDS+=      tk>=8.3.4:../../x11/tk
+
 USE_LIBTOOL=   yes
 
 .include "../../lang/tcl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index