svn commit: r338151 - head/audio/tempest_for_eliza

Antoine Brodin antoine at FreeBSD.org
Mon Dec 30 17:32:02 UTC 2013


Author: antoine
Date: Mon Dec 30 17:32:01 2013
New Revision: 338151
URL: http://svnweb.freebsd.org/changeset/ports/338151

Log:
  Stage support

Modified:
  head/audio/tempest_for_eliza/Makefile

Modified: head/audio/tempest_for_eliza/Makefile
==============================================================================
--- head/audio/tempest_for_eliza/Makefile	Mon Dec 30 17:27:37 2013	(r338150)
+++ head/audio/tempest_for_eliza/Makefile	Mon Dec 30 17:32:01 2013	(r338151)
@@ -11,7 +11,6 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Program to send AM radio signals using a PC monitor
 
 USES=		gmake
-NO_STAGE=	yes
 GNU_CONFIGURE=	yes
 USE_SDL=	sdl
 
@@ -24,11 +23,11 @@ OPTIONS_DEFINE=	DOCS
 .include <bsd.port.options.mk>
 
 post-install:
-	@${MKDIR} ${PREFIX}/share/tempest
-	${INSTALL_DATA} ${SONGS:S,^,${WRKSRC}/songs/,} ${PREFIX}/share/tempest
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/tempest
+	${INSTALL_DATA} ${SONGS:S,^,${WRKSRC}/songs/,} ${STAGEDIR}${PREFIX}/share/tempest
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list