From 7ae4ef6b005bb54c7a9958790eaafab99e02f84a Mon Sep 17 00:00:00 2001 From: plunky Date: Mon, 28 Jul 2008 18:47:12 +0000 Subject: add DESTDIR to -install target --- archivers/lcab/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers') diff --git a/archivers/lcab/Makefile b/archivers/lcab/Makefile index 91bc2e44a6d..4429ea97263 100644 --- a/archivers/lcab/Makefile +++ b/archivers/lcab/Makefile @@ -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 @@ GNU_CONFIGURE= yes 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" -- cgit v1.2.3