diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-05 08:30:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-05 08:30:33 +0800 |
commit | 9657bb93e72a614ca388a6a94a2bb0d3cfd7a640 (patch) | |
tree | 69905538ba730fc3dc42f8799296751ac4086826 /audio | |
parent | 340034ff9a78e8be9e8e880ef67f4bfe672b12b5 (diff) | |
download | freebsd-ports-gnome-9657bb93e72a614ca388a6a94a2bb0d3cfd7a640.tar.gz freebsd-ports-gnome-9657bb93e72a614ca388a6a94a2bb0d3cfd7a640.tar.zst freebsd-ports-gnome-9657bb93e72a614ca388a6a94a2bb0d3cfd7a640.zip |
Support stage
Diffstat (limited to 'audio')
-rw-r--r-- | audio/vsound/Makefile | 9 |
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> |