diff options
Diffstat (limited to 'devel/xdelta')
-rw-r--r-- | devel/xdelta/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/xdelta/Makefile b/devel/xdelta/Makefile index 6bb43e07c0f..7708ced44d0 100644 --- a/devel/xdelta/Makefile +++ b/devel/xdelta/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2008/01/19 09:16:19 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2008/06/20 01:09:17 joerg Exp $ # DISTNAME= xdelta-1.1.1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.xcf.berkeley.edu/~jmacd/xdelta.html COMMENT= Enhanced diff that works on binary files +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes |