diff options
author | joerg <joerg> | 2010-02-11 19:07:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-11 19:07:56 +0000 |
commit | e37077c82a10a1962046561c94e4e3627133559c (patch) | |
tree | 981ff8edcb310f54fb1162b523bb22a0ae9795d5 /misc | |
parent | efec8dad796dc6473ed717709022a41aa9ac7976 (diff) | |
download | pkgsrc-e37077c82a10a1962046561c94e4e3627133559c.tar.gz |
DESTDIR support
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dirdiff/Makefile | 10 |
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" |