summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorplunky <plunky@pkgsrc.org>2008-07-28 18:47:12 +0000
committerplunky <plunky@pkgsrc.org>2008-07-28 18:47:12 +0000
commit42be402f809938787cddd7a1ba182bdcbb9ddd75 (patch)
treeedfdeea38fabf4b3b9c0232b2f2980997dc67039 /archivers
parent5a44553d000acc54e7b2138ae3c09d7daf1090aa (diff)
downloadpkgsrc-42be402f809938787cddd7a1ba182bdcbb9ddd75.tar.gz
add DESTDIR to -install target
Diffstat (limited to 'archivers')
-rw-r--r--archivers/lcab/Makefile4
1 files changed, 2 insertions, 2 deletions
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"