svn commit: r334776 - head/audio/drumpiler

Baptiste Daroussin bapt at FreeBSD.org
Sun Nov 24 19:41:44 UTC 2013


Author: bapt
Date: Sun Nov 24 19:41:44 2013
New Revision: 334776
URL: http://svnweb.freebsd.org/changeset/ports/334776

Log:
  Support staging

Modified:
  head/audio/drumpiler/Makefile

Modified: head/audio/drumpiler/Makefile
==============================================================================
--- head/audio/drumpiler/Makefile	Sun Nov 24 19:29:48 2013	(r334775)
+++ head/audio/drumpiler/Makefile	Sun Nov 24 19:41:44 2013	(r334776)
@@ -10,7 +10,6 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at 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 <bsd.port.mk>


More information about the svn-ports-head mailing list