pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/lftp Fix post-install-perl target to honor "user-d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c94f7271b8e2
branches:  trunk
changeset: 539443:c94f7271b8e2
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Mar 05 21:17:32 2008 +0000

description:
Fix post-install-perl target to honor "user-destdir".

diffstat:

 net/lftp/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c8bbf621357e -r c94f7271b8e2 net/lftp/options.mk
--- a/net/lftp/options.mk       Wed Mar 05 21:14:05 2008 +0000
+++ b/net/lftp/options.mk       Wed Mar 05 21:17:32 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2006/05/31 13:44:14 salo Exp $
+# $NetBSD: options.mk,v 1.9 2008/03/05 21:17:32 jlam Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.lftp
@@ -37,7 +37,7 @@
 
 post-install-perl:
        ${INSTALL_SCRIPT} ${WRKSRC}/src/convert-netscape-cookies \
-               ${WRKSRC}/src/verify-file ${PREFIX}/share/lftp
+               ${WRKSRC}/src/verify-file ${DESTDIR}${PREFIX}/share/lftp
 .else
 post-install-perl:
 .endif



Home | Main Index | Thread Index | Old Index