summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-11 19:07:56 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-11 19:07:56 +0000
commitfce43bd66e5e58a7d73e09d58825048ed411096b (patch)
tree981ff8edcb310f54fb1162b523bb22a0ae9795d5 /misc
parentd35617fb2663f00ffe12b742a32cae567aed70e0 (diff)
downloadpkgsrc-fce43bd66e5e58a7d73e09d58825048ed411096b.tar.gz
DESTDIR support
Diffstat (limited to 'misc')
-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"