svn commit: r338714 - head/audio/vsound

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 5 00:30:34 UTC 2014


Author: bapt
Date: Sun Jan  5 00:30:33 2014
New Revision: 338714
URL: http://svnweb.freebsd.org/changeset/ports/338714

Log:
  Support stage

Modified:
  head/audio/vsound/Makefile

Modified: head/audio/vsound/Makefile
==============================================================================
--- head/audio/vsound/Makefile	Sun Jan  5 00:30:21 2014	(r338713)
+++ head/audio/vsound/Makefile	Sun Jan  5 00:30:33 2014	(r338714)
@@ -12,16 +12,11 @@ COMMENT=	Utility for capturing audio str
 
 BUILD_DEPENDS=	sox:${PORTSDIR}/audio/sox
 RUN_DEPENDS=	sox:${PORTSDIR}/audio/sox
-NO_STAGE=	yes
 
 USE_AUTOTOOLS=	libtool
 
-.include <bsd.port.options.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list