summaryrefslogtreecommitdiff
path: root/devel/xdelta3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/xdelta3/Makefile')
-rw-r--r--devel/xdelta3/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/xdelta3/Makefile b/devel/xdelta3/Makefile
index b0c83dad905..9d93448ae60 100644
--- a/devel/xdelta3/Makefile
+++ b/devel/xdelta3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/23 10:17:42 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2008/03/03 17:45:38 jlam Exp $
#
DISTNAME= xdelta30q
@@ -10,9 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/xdelta/
COMMENT= Enhanced diff that works on binary files (version 3.x)
+PKG_DESTDIR_SUPPORT= user-destdir
+
BUILD_TARGET= xdelta3
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/xdelta3 ${PREFIX}/bin/xdelta3
+ ${INSTALL_PROGRAM} ${WRKSRC}/xdelta3 ${DESTDIR}${PREFIX}/bin/xdelta3
.include "../../mk/bsd.pkg.mk"