diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-01-30 07:56:00 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-01-30 07:56:00 +0000 |
commit | bf9797a2f433c5801c311a4d03e3297b026d63f6 (patch) | |
tree | a3d49be108ca1f440047e0ca6ecd594009d89832 /net-p2p/ktorrent/Makefile | |
parent | 8928866a40b588f8c3feff72c7ad19df1c40d950 (diff) | |
download | ports-bf9797a2f433c5801c311a4d03e3297b026d63f6.tar.gz ports-bf9797a2f433c5801c311a4d03e3297b026d63f6.zip |
Notes
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 1c3b6f6cbdec..2931e740bb21 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -7,6 +7,8 @@ PORTNAME= ktorrent PORTVERSION= 3.1.6 +DISTVERSIONSUFFIX= -4 +PORTREVISION= 1 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${PORTVERSION}/ @@ -26,4 +28,6 @@ USE_CMAKE= yes USE_GETTEXT= yes USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + .include <bsd.port.mk> |