diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-26 11:26:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-26 11:26:12 +0000 |
commit | aa6a6568c18b3cd3f21f296244fd7d3a90127ec8 (patch) | |
tree | 08cba00ac431286260a8a5f29df1caf05cb6918e /audio/vsound/Makefile | |
parent | baec98773ef1b14469a0f1ecbc4f7c7e7bb46973 (diff) | |
download | ports-aa6a6568c18b3cd3f21f296244fd7d3a90127ec8.tar.gz ports-aa6a6568c18b3cd3f21f296244fd7d3a90127ec8.zip |
- Update MASTER_SITES and WWW
- Defined NOPORTDOCS
PR: 110812
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=188388
Diffstat (limited to 'audio/vsound/Makefile')
-rw-r--r-- | audio/vsound/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile index 37faf8ebb8d8..0c40b5c91a5f 100644 --- a/audio/vsound/Makefile +++ b/audio/vsound/Makefile @@ -9,19 +9,18 @@ PORTNAME= vsound PORTVERSION= 0.6 PORTREVISION= 2 CATEGORIES= audio -MASTER_SITES= http://www.zorg.org/vsound/ +MASTER_SITES= http://www.vsound.org/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility for capturing audio streams from programs with OSS output -USE_AUTOTOOLS= libtool:15 BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox RUN_DEPENDS= sox:${PORTSDIR}/audio/sox -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 -.if !defined(NOPORTDOCS) post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif |