diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-28 21:51:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-28 21:51:57 +0000 |
commit | af8476c755b9821c76094d821a13b9da20c008df (patch) | |
tree | 3e3e423e63291e101f1f90ca90b394f1d6709ad8 /net-p2p/cdonkey/Makefile | |
parent | add slave port for Photo Image Print System for Linux --- EPSON PX-G900. (diff) |
- Update to 0.9.0
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 060e5df3c239..28bbf180a74c 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> |