Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2014 00:30:34 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338714 - head/audio/vsound
Message-ID:  <201401050030.s050UYFu083045@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401050030.s050UYFu083045>