From f79214a26dc7018a400eceb670f4c12d770266fd Mon Sep 17 00:00:00 2001 From: az Date: Thu, 11 May 2006 07:03:31 +0000 Subject: - Update to version 0.6.5 - Fix build on 4.x - rcNG'fy port PR: ports/96463 Submitted by: az Reviewed by: maintainer (via email) --- net-p2p/dcd/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'net-p2p/dcd/Makefile') diff --git a/net-p2p/dcd/Makefile b/net-p2p/dcd/Makefile index f30207961863..0ae915978c2d 100644 --- a/net-p2p/dcd/Makefile +++ b/net-p2p/dcd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dcd -PORTVERSION= 0.5.9 +PORTVERSION= 0.6.5 CATEGORIES= net-p2p MASTER_SITES= http://www.dc.ds.pg.gda.pl/download/sources/stable/ @@ -15,7 +15,7 @@ COMMENT= Direct Connect Hub clone for Unix USE_BZIP2= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes +USE_RC_SUBR= dcd.sh CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" @@ -30,10 +30,6 @@ SUB_LIST= CONF_FILES="${CONF_FILES}" CONF_DIR="${PREFIX}/etc/dcd" .include -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile" -.endif - post-patch: .for f in dcd dcd.console @${MV} ${WRKSRC}/doc/${f}.2 ${WRKSRC}/doc/${f}.8 -- cgit