diff options
Diffstat (limited to 'devel/bin86')
-rw-r--r-- | devel/bin86/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/bin86/Makefile b/devel/bin86/Makefile index 29da48f60df..1c225eee91f 100644 --- a/devel/bin86/Makefile +++ b/devel/bin86/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/08 00:39:23 reed Exp $ +# $NetBSD: Makefile,v 1.2 2010/01/29 17:51:31 joerg Exp $ DISTNAME= bin86-0.16.17 PKGREVISION= 1 @@ -10,6 +10,8 @@ MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.debath.co.uk/ COMMENT= Simple assembler and linker for x86 machine code +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= bcc-[0-9]* CONFLICTS+= dev86-[0-9]* @@ -21,6 +23,6 @@ do-build: cd ${WRKSRC} && ${GMAKE} PREFIX=${PREFIX:Q} do-install: - cd ${WRKSRC} && ${GMAKE} PREFIX=${PREFIX:Q} PKGMANDIR=${PKGMANDIR:Q} install + cd ${WRKSRC} && ${GMAKE} PREFIX=${DESTDIR}${PREFIX} PKGMANDIR=${PKGMANDIR} install .include "../../mk/bsd.pkg.mk" |