From ab17ae5627e83f33eb7e7218beeac8a5e9fbb567 Mon Sep 17 00:00:00 2001 From: obache Date: Tue, 8 Mar 2011 11:33:35 +0000 Subject: user-dest installation support. --- cross/cc65/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cross/cc65') diff --git a/cross/cc65/Makefile b/cross/cc65/Makefile index 05f39ecdd73..ff9607ba877 100644 --- a/cross/cc65/Makefile +++ b/cross/cc65/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/06/30 00:07:12 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2011/03/08 11:33:35 obache Exp $ # DISTNAME= cc65-sources-2.12.0 @@ -13,9 +13,13 @@ COMMENT= C cross compiler for 6502 target systems MAKE_JOBS_SAFE= no +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} MAKE_FILE= make/gcc.mak USE_TOOLS+= gmake perl REPLACE_PERL= src/ca65html/ca65html +INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3