pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/rsync fix for DESTDIR install



details:   https://anonhg.NetBSD.org/pkgsrc/rev/014a33f28798
branches:  trunk
changeset: 394840:014a33f28798
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jun 16 00:04:02 2009 +0000

description:
fix for DESTDIR install

diffstat:

 net/rsync/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 36165caffff1 -r 014a33f28798 net/rsync/Makefile
--- a/net/rsync/Makefile        Mon Jun 15 23:43:36 2009 +0000
+++ b/net/rsync/Makefile        Tue Jun 16 00:04:02 2009 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index