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 | |
parent | baec98773ef1b14469a0f1ecbc4f7c7e7bb46973 (diff) |
Notes
-rw-r--r-- | audio/vsound/Makefile | 7 | ||||
-rw-r--r-- | audio/vsound/pkg-descr | 2 |
2 files changed, 4 insertions, 5 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 diff --git a/audio/vsound/pkg-descr b/audio/vsound/pkg-descr index b4fbcb64ddcd..d07c96ef41fd 100644 --- a/audio/vsound/pkg-descr +++ b/audio/vsound/pkg-descr @@ -14,4 +14,4 @@ if you connected a loopback cable to the line in and line out jacks on your sound card, but no DA or AD conversions take place, so quality is not lost. -WWW: http://www.zorg.org/vsound/ +WWW: http://www.vsound.org/ |