From 387b3637cd8ace71d07ebc0a31efea1e9c8b6b20 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 24 Nov 2013 19:41:44 +0000 Subject: [PATCH] Support staging --- audio/drumpiler/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/audio/drumpiler/Makefile b/audio/drumpiler/Makefile index d1b400a17097..1bd831cb9da0 100644 --- a/audio/drumpiler/Makefile +++ b/audio/drumpiler/Makefile @@ -10,7 +10,6 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Drum machine compiler -NO_STAGE= yes USE_SDL= sdl CFLAGS+= `${SDL_CONFIG} --cflags` -Wno-return-type LIBS+= `${SDL_CONFIG} --libs` @@ -20,6 +19,6 @@ do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -DUSESDL -o drumpiler drumpiler.c ${LIBS} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/drumpiler ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/drumpiler ${STAGEDIR}${PREFIX}/bin .include