diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-03-25 11:13:50 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-03-25 11:13:50 +0000 |
commit | 4ea8901dc53585cb3187d0aad1be2fa4c95cf5aa (patch) | |
tree | 7aa5f6c093d8636b8ffadc7baba8c6d40035827e /audio/kstreamripper | |
parent | f17da7c1ab5872cea181c9d94b88cec512708426 (diff) |
Notes
Diffstat (limited to 'audio/kstreamripper')
-rw-r--r-- | audio/kstreamripper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/kstreamripper/Makefile b/audio/kstreamripper/Makefile index 892c296291c5..c4e27d633449 100644 --- a/audio/kstreamripper/Makefile +++ b/audio/kstreamripper/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: kstreamripper # Date created: 26 Apr 2010 -# Whom: Mina R Waheeb <sycner@gmail.com> +# Whom: Mina R Waheeb <syncer@gmail.com> # # $FreeBSD$ # @@ -10,7 +10,7 @@ PORTVERSION= 0.7.1 CATEGORIES= audio kde MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= sycner@gmail.com +MAINTAINER= syncer@gmail.com COMMENT= A program for recording streams for KDE4 RUN_DEPENDS= ${LOCALBASE}/bin/streamripper:${PORTSDIR}/audio/streamripper |