pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/lcab add DESTDIR to -install target



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05d642cdb537
branches:  trunk
changeset: 545208:05d642cdb537
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Mon Jul 28 18:47:12 2008 +0000

description:
add DESTDIR to -install target

diffstat:

 archivers/lcab/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 20fc98d12466 -r 05d642cdb537 archivers/lcab/Makefile
--- a/archivers/lcab/Makefile   Mon Jul 28 18:20:18 2008 +0000
+++ b/archivers/lcab/Makefile   Mon Jul 28 18:47:12 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/05/28 21:23:47 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2008/07/28 18:47:12 plunky Exp $
 #
 
 DISTNAME=              lcab-1.0b10
@@ -16,6 +16,6 @@
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1
 
 post-install:
-       ${INSTALL_MAN} ${WRKSRC}/lcab.1 ${PREFIX}/${PKGMANDIR}/man1/lcab.1
+       ${INSTALL_MAN} ${WRKSRC}/lcab.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/lcab.1
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index