diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-26 19:26:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-26 19:26:12 +0800 |
commit | 65fe4c31460fa0b921b2270612ec22c3e02b8625 (patch) | |
tree | 6856d1abe6c961dc77ef6de91a3db91c61b296d4 /audio | |
parent | 22586ad9622eda152c2c8c755264973cd5b99627 (diff) | |
download | freebsd-ports-gnome-65fe4c31460fa0b921b2270612ec22c3e02b8625.tar.gz freebsd-ports-gnome-65fe4c31460fa0b921b2270612ec22c3e02b8625.tar.zst freebsd-ports-gnome-65fe4c31460fa0b921b2270612ec22c3e02b8625.zip |
- Update MASTER_SITES and WWW
- Defined NOPORTDOCS
PR: 110812
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'audio')
-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/ |