pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/mc Add missing ${DESTDIR}, fixes installation...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fea957c6251
branches:  trunk
changeset: 539031:0fea957c6251
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Feb 25 07:23:03 2008 +0000

description:
Add missing ${DESTDIR}, fixes installation problem with USE_DESTDIR.
Noticed by Rumko in pkgsrc-users@.

diffstat:

 sysutils/mc/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r a499a2b77bb2 -r 0fea957c6251 sysutils/mc/Makefile
--- a/sysutils/mc/Makefile      Mon Feb 25 04:19:34 2008 +0000
+++ b/sysutils/mc/Makefile      Mon Feb 25 07:23:03 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2008/02/14 12:26:56 drochner Exp $
+# $NetBSD: Makefile,v 1.73 2008/02/25 07:23:03 obache Exp $
 
 DISTNAME=      mc-4.6.1
 PKGREVISION=   4
@@ -48,9 +48,9 @@
 # remove dir if no extensions were installed there
        rmdir ${DESTDIR}${PREFIX:Q}/lib/mc 2>/dev/null || ${TRUE}
 .if !empty(PKG_OPTIONS:Mvfs)
-       ${INSTALL_DATA_DIR} ${EGDIR}
-       ${INSTALL_DATA} ${WRKSRC}/vfs/extfs/extfs.ini ${EGDIR}
-       ${INSTALL_DATA} ${WRKSRC}/vfs/extfs/sfs.ini ${EGDIR}
+       ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
+       ${INSTALL_DATA} ${WRKSRC}/vfs/extfs/extfs.ini ${DESTDIR}${EGDIR}
+       ${INSTALL_DATA} ${WRKSRC}/vfs/extfs/sfs.ini ${DESTDIR}${EGDIR}
 .endif
 
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index