aboutsummaryrefslogtreecommitdiff
path: root/audio/cdrdao
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-28 13:22:57 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-28 13:22:57 +0000
commit221014b9b516f63dfed9c131dbf61bfa65879488 (patch)
tree6432e1d5c61b5a6d77cf8acc767661b9697f0a22 /audio/cdrdao
parent8d5e19786080af186ae0fc68f8acdd9dbcbdc3f8 (diff)
downloadports-221014b9b516f63dfed9c131dbf61bfa65879488.tar.gz
ports-221014b9b516f63dfed9c131dbf61bfa65879488.zip
1. Mark IGNORE because of License issues
2. fix WWW PR: 43419 (1) Submitted by: Tilman Linneweh <tilman@arved.de>
Notes
Notes: svn path=/head/; revision=67181
Diffstat (limited to 'audio/cdrdao')
-rw-r--r--audio/cdrdao/Makefile2
-rw-r--r--audio/cdrdao/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/cdrdao/Makefile b/audio/cdrdao/Makefile
index 6586ebb3525e..b4398a68b9dc 100644
--- a/audio/cdrdao/Makefile
+++ b/audio/cdrdao/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts \
dlg:${PORTSDIR}/devel/pccts
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+IGNORE= "Project frozen because of License issues. See http://cdrdao.sourceforge.net/news.html for detail"
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/audio/cdrdao/pkg-descr b/audio/cdrdao/pkg-descr
index d5007f5b118f..a2d2282d5dba 100644
--- a/audio/cdrdao/pkg-descr
+++ b/audio/cdrdao/pkg-descr
@@ -8,6 +8,6 @@ file. Audio data may be in WAVE or raw format.
Note:
Cdrdao requires kernel with "options SYSVSHM" and "options SYSVMSG".
-WWW: http://www.ping.de/sites/daneb/cdrdao.html
+WWW: http://cdrdao.sourceforge.net/
-- Yasuhito FUTATSUKI <futatuki@debug.gr.jp>