diff options
Diffstat (limited to 'net/liferea/Makefile')
-rw-r--r-- | net/liferea/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile index 7bb2e4e566b9..463f9d37dadc 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -6,9 +6,9 @@ # PORTNAME= liferea -PORTVERSION= 1.6.6 +PORTVERSION= 1.6.6b CATEGORIES= net gnome -MASTER_SITES= SF/${PORTNAME}/Liferea%20Stable/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/Liferea%20Stable/1.6.6 MAINTAINER= pav@FreeBSD.org COMMENT= Simple RSS/RDF feed reader @@ -32,7 +32,4 @@ INSTALLS_ICONS= yes LICENSE= GPLv2 -post-patch: - @${CP} ${FILESDIR}/liferea_dbus.xml ${WRKSRC}/src - .include <bsd.port.mk> |