diff options
Diffstat (limited to 'net-p2p/cdonkey/Makefile')
-rw-r--r-- | net-p2p/cdonkey/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/cdonkey/Makefile b/net-p2p/cdonkey/Makefile index 060e5df..28bbf18 100644 --- a/net-p2p/cdonkey/Makefile +++ b/net-p2p/cdonkey/Makefile @@ -7,8 +7,7 @@ # PORTNAME= cdonkey -PORTVERSION= 0.8.9 -PORTREVISION= 1 +PORTVERSION= 0.9.0 CATEGORIES= net MASTER_SITES= http://suche.org/ DISTNAME= cDonkey-${PORTVERSION} @@ -25,7 +24,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --with-berkeley-db="${LOCALBASE}/include/db3:${LOCALBASE}/lib" USE_GMAKE= yes -WRKSRC= ${WRKDIR}/cDonkey +WRKSRC= ${WRKDIR}/cDonkey-${PORTVERSION} .include <bsd.port.pre.mk> |