diff options
author | Andrej Zverev <az@FreeBSD.org> | 2006-05-11 07:03:31 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2006-05-11 07:03:31 +0000 |
commit | c21ac35f273d501389c02b2a9494aaf4ef0e0205 (patch) | |
tree | c66b4216393ecc47c73def049a273f418029f7a7 /net-p2p/dcd/Makefile | |
parent | bb256563b13aa68c02bb865ae16000dbc3b0c797 (diff) |
Notes
Diffstat (limited to 'net-p2p/dcd/Makefile')
-rw-r--r-- | net-p2p/dcd/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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 <bsd.port.pre.mk> -.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 |