diff options
author | az <az@FreeBSD.org> | 2006-05-11 15:03:31 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2006-05-11 15:03:31 +0800 |
commit | f79214a26dc7018a400eceb670f4c12d770266fd (patch) | |
tree | dd4055f4c9de034f937c79ad6bf332ee11226b32 /net-p2p/dcd/Makefile | |
parent | 60b4888683c9fdb3a95b775ff6e0becaa8d59f71 (diff) | |
download | freebsd-ports-gnome-f79214a26dc7018a400eceb670f4c12d770266fd.tar.gz freebsd-ports-gnome-f79214a26dc7018a400eceb670f4c12d770266fd.tar.zst freebsd-ports-gnome-f79214a26dc7018a400eceb670f4c12d770266fd.zip |
- 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)
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 |