diff options
-rw-r--r-- | multimedia/podcastdl/Makefile | 5 | ||||
-rw-r--r-- | multimedia/podcastdl/pkg-descr | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/multimedia/podcastdl/Makefile b/multimedia/podcastdl/Makefile index 044e59825435..3cec1400d513 100644 --- a/multimedia/podcastdl/Makefile +++ b/multimedia/podcastdl/Makefile @@ -4,10 +4,11 @@ PORTNAME= podcastdl PORTVERSION= 0.3.0 CATEGORIES= multimedia -MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/ http://files.bebik.net/podcastdl/ +MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/ \ + http://files.bebik.net/podcastdl/ MAINTAINER= rodrigo@bebik.net -COMMENT= A simple podcast client write in plain C for the comman line +COMMENT= Simple command line podcast client written in plain C LICENSE= BSD diff --git a/multimedia/podcastdl/pkg-descr b/multimedia/podcastdl/pkg-descr index 559589864c97..0c85cadbacf8 100644 --- a/multimedia/podcastdl/pkg-descr +++ b/multimedia/podcastdl/pkg-descr @@ -1,4 +1,4 @@ -Podcastdl, is a simple podcast downloader application written in plain C and -designed to work in console or from the crontab +Podcastdl is a simple podcast download application written in plain C and +designed to work in the console or from the crontab. WWW: http://www.bebik.net/doku.php?id=software:podcastdl |