From 7caed251d85da3d07b15a6303ca6ac15000ae5ab Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 5 Jan 2014 00:30:33 +0000 Subject: [PATCH] Support stage --- audio/vsound/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile index 208088328e38..795869fd2196 100644 --- a/audio/vsound/Makefile +++ b/audio/vsound/Makefile @@ -12,16 +12,11 @@ COMMENT= Utility for capturing audio streams from programs with OSS output BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox RUN_DEPENDS= sox:${PORTSDIR}/audio/sox -NO_STAGE= yes USE_AUTOTOOLS= libtool -.include - post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include