summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2009-06-16 00:04:02 +0000
committerabs <abs@pkgsrc.org>2009-06-16 00:04:02 +0000
commitd3926c38d3c9ee4b7155aec091ea1c6446b8014c (patch)
treec8f9c8bd8bdea63ca838c7d114f83916ec659333 /net/rsync
parent8fd0a97e3e8a129380dd14d8c3e14fd2a29e95a4 (diff)
downloadpkgsrc-d3926c38d3c9ee4b7155aec091ea1c6446b8014c.tar.gz
fix for DESTDIR install
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index ee0e0abea9e..22336f6345c 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2009/06/15 16:53:02 tron Exp $
+# $NetBSD: Makefile,v 1.83 2009/06/16 00:04:02 abs Exp $
DISTNAME= rsync-3.0.6
CATEGORIES= net
@@ -36,7 +36,7 @@ SUBST_SED.paths+= -e 's|/usr/bin/rsync|${PREFIX}/bin/rsync|g'
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/tech_report.tex \
- ${PREFIX}/share/doc/rsync
+ ${DESTDIR}${PREFIX}/share/doc/rsync
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"