diff options
author | makc <makc@FreeBSD.org> | 2009-06-07 04:15:06 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-06-07 04:15:06 +0800 |
commit | fa6e81c6627b2e8bc557de8c2f979a4ea0c284ea (patch) | |
tree | 1185ee079d6a93e2215eabb195c2d1eca3c8c135 /net-p2p/ktorrent/Makefile | |
parent | 48af8143b99e3fcff5f2843595a8cf705b5e1fc5 (diff) | |
download | freebsd-ports-gnome-fa6e81c6627b2e8bc557de8c2f979a4ea0c284ea.tar.gz freebsd-ports-gnome-fa6e81c6627b2e8bc557de8c2f979a4ea0c284ea.tar.zst freebsd-ports-gnome-fa6e81c6627b2e8bc557de8c2f979a4ea0c284ea.zip |
Update to 3.2.2-1
Diffstat (limited to 'net-p2p/ktorrent/Makefile')
-rw-r--r-- | net-p2p/ktorrent/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index 5ddd4295ed2f..1741b7f44767 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -7,6 +7,8 @@ PORTNAME= ktorrent PORTVERSION= 3.2.2 +DISTVERSIONSUFFIX=-1 +PORTREVISION= 1 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${PORTVERSION}/ @@ -30,6 +32,8 @@ USE_LDCONFIG= yes OPTIONS= SYNDICATION "Enable RSS/Atom plugin" on \ PLASMA "Enable Ktorrent Plasma applet" on +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + .include <bsd.port.pre.mk> .if !defined(WITHOUT_SYNDICATION) |