diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-31 01:20:51 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-31 01:20:51 +0000 |
commit | 38ef3d04975f9ee227f46e2daaa0314838fbc982 (patch) | |
tree | 01bbdb611f395568c4ebd4d37fcb936a6c49d4fc /audio | |
parent | LATEST_LINK can now be overwritten by the slave port. (diff) |
Update port: audio/mp3c Makefile updated
PR: ports/48880
Submitted by: Joris Vandalon <wiebel@FreeBSD.nl>
Notes
Notes:
svn path=/head/; revision=77787
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3c/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/mp3c/Makefile b/audio/mp3c/Makefile index 22c5d840056d..131596d150cb 100644 --- a/audio/mp3c/Makefile +++ b/audio/mp3c/Makefile @@ -1,6 +1,6 @@ -# New ports collection makefile for: oneko -# Date created: 5 December 1994 -# Whom: asami +# New ports collection makefile for: mp3c +# Date created: 11 Jul 2002 +# Whom: Joris Vandalon <joris@vandalon.nl> # # $FreeBSD$ # @@ -13,7 +13,7 @@ MASTER_SITES= ftp://excelsior.kullen.rwth-aachen.de/pub/linux/wspse/:src \ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:src \ cdrip.sh:script -MAINTAINER= wiebel@FreeBSD.nl +MAINTAINER= joris@vandalon.nl COMMENT= A CD to mp3c converter with a console frontend RUN_DEPENDS= dagrab:${PORTSDIR}/audio/dagrab \ |