summaryrefslogtreecommitdiff
path: root/misc/dirdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-11 19:07:56 +0000
committerjoerg <joerg>2010-02-11 19:07:56 +0000
commite37077c82a10a1962046561c94e4e3627133559c (patch)
tree981ff8edcb310f54fb1162b523bb22a0ae9795d5 /misc/dirdiff
parentefec8dad796dc6473ed717709022a41aa9ac7976 (diff)
downloadpkgsrc-e37077c82a10a1962046561c94e4e3627133559c.tar.gz
DESTDIR support
Diffstat (limited to 'misc/dirdiff')
-rw-r--r--misc/dirdiff/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/misc/dirdiff/Makefile b/misc/dirdiff/Makefile
index e03f169ca56..3e5fd23f9ea 100644
--- a/misc/dirdiff/Makefile
+++ b/misc/dirdiff/Makefile
@@ -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
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"