diff options
Diffstat (limited to 'pkgtools/binpatch/Makefile')
-rw-r--r-- | pkgtools/binpatch/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/binpatch/Makefile b/pkgtools/binpatch/Makefile index 98fb49090b9..50147ffa9ee 100644 --- a/pkgtools/binpatch/Makefile +++ b/pkgtools/binpatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:42 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/06/16 15:29:00 joerg Exp $ # DISTNAME= binpatch-1.0 @@ -27,7 +27,7 @@ do-build: ${CC} -o binpatch binpatch.c ) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/binpatch ${PREFIX}/bin/binpatch - ${INSTALL_MAN} ${WRKSRC}/binpatch.1 ${PREFIX}/${PKGMANDIR}/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/binpatch ${DESTDIR}${PREFIX}/bin/binpatch + ${INSTALL_MAN} ${WRKSRC}/binpatch.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk" |