diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-22 14:28:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-22 14:28:24 +0000 |
commit | d092f8788fa5672da1f5882dd33c3d8d8564c9ba (patch) | |
tree | 048a1d1c7d48c88bd275c1101a7fc6153b292080 /news/sabnzbdplus | |
parent | d8cef9dd9b476395e30d971a8f7d5b65a98028f3 (diff) |
- Rename portname SABnzbd -> sabnzbd
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=194084
Diffstat (limited to 'news/sabnzbdplus')
-rw-r--r-- | news/sabnzbdplus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile index 6682d7d992e2..89170874ba90 100644 --- a/news/sabnzbdplus/Makefile +++ b/news/sabnzbdplus/Makefile @@ -5,11 +5,12 @@ # $FreeBSD$ # -PORTNAME= SABnzbd +PORTNAME= sabnzbd PORTVERSION= 0.2.5 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sabnzbd +DISTNAME= SABnzbd-${PORTVERSION} MAINTAINER= daniel@netwalk.org COMMENT= A web-interface based binary newsgrabber in python, with nzb support |