aboutsummaryrefslogtreecommitdiff
path: root/audio/vsound
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-05 00:30:33 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-05 00:30:33 +0000
commit7caed251d85da3d07b15a6303ca6ac15000ae5ab (patch)
tree69905538ba730fc3dc42f8799296751ac4086826 /audio/vsound
parentf4046df5f1448c5bd2e2d318b83616c14ff9296f (diff)
downloadports-7caed251d85da3d07b15a6303ca6ac15000ae5ab.tar.gz
ports-7caed251d85da3d07b15a6303ca6ac15000ae5ab.zip
Notes
Diffstat (limited to 'audio/vsound')
-rw-r--r--audio/vsound/Makefile9
1 files 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 <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>