diff options
author | lioux <lioux@FreeBSD.org> | 2002-04-27 23:31:48 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-04-27 23:31:48 +0000 |
commit | fdeb7ad14eca15e4e5b4c809cb9a626513c59b6d (patch) | |
tree | ab75de45f9980082f3841d86fcbb3eec6fc5e897 /net-p2p/dctc | |
parent | 971d76df231cf6e793b499af62ee88db6b07077f (diff) | |
download | FreeBSD-ports-fdeb7ad14eca15e4e5b4c809cb9a626513c59b6d.zip FreeBSD-ports-fdeb7ad14eca15e4e5b4c809cb9a626513c59b6d.tar.gz |
Update to 0.80
Diffstat (limited to 'net-p2p/dctc')
-rw-r--r-- | net-p2p/dctc/Makefile | 7 | ||||
-rw-r--r-- | net-p2p/dctc/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/dctc/pkg-plist | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/dctc/Makefile b/net-p2p/dctc/Makefile index 316cc31..8f4b495 100644 --- a/net-p2p/dctc/Makefile +++ b/net-p2p/dctc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dctc -PORTVERSION= 0.79 +PORTVERSION= 0.80 CATEGORIES= net MASTER_SITES= http://ac2i.tzo.com/dctc/ DISTNAME= ${PORTNAME}-${PORTVERSION}.0 @@ -17,8 +17,6 @@ BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -WRKSRC= ${WRKDIR}/${DISTNAME:S/0$/1/} - USE_GLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ @@ -40,6 +38,7 @@ DOC_FILES= COPYING ChangeLog INSTALL README \ Documentation/GDL.nl \ Documentation/GDL Documentation/VAR \ Documentation/UNODE Documentation/Vshare \ + Documentation/Vshare.nl \ Documentation/commands \ Documentation/programs.nl \ Documentation/programs.pl \ @@ -57,7 +56,7 @@ post-patch: @${PERL} -pi -e 's|(db)-|\1|g;s|db4.0|db4|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -post-configure: +pre-build: @${ECHO_CMD} '#ifndef MSG_NOSIGNAL' >> ${CONFIGURE_WRKSRC}/config.h @${ECHO_CMD} '# define MSG_NOSIGNAL 0' >> ${CONFIGURE_WRKSRC}/config.h @${ECHO_CMD} '#endif' >> ${CONFIGURE_WRKSRC}/config.h diff --git a/net-p2p/dctc/distinfo b/net-p2p/dctc/distinfo index b29899b..a342421 100644 --- a/net-p2p/dctc/distinfo +++ b/net-p2p/dctc/distinfo @@ -1 +1 @@ -MD5 (dctc-0.79.0.tar.gz) = 3b770a0495a10ba0d075bbb8dae6be35 +MD5 (dctc-0.80.0.tar.gz) = 682843bf663a5c72ee57c6ef1c6a7c8c diff --git a/net-p2p/dctc/pkg-plist b/net-p2p/dctc/pkg-plist index d4182f6..ce40898 100644 --- a/net-p2p/dctc/pkg-plist +++ b/net-p2p/dctc/pkg-plist @@ -11,6 +11,7 @@ bin/dctc %%PORTDOCS%%share/doc/dctc/Documentation/UNODE %%PORTDOCS%%share/doc/dctc/Documentation/VAR %%PORTDOCS%%share/doc/dctc/Documentation/Vshare +%%PORTDOCS%%share/doc/dctc/Documentation/Vshare.nl %%PORTDOCS%%share/doc/dctc/Documentation/commands %%PORTDOCS%%share/doc/dctc/Documentation/output %%PORTDOCS%%share/doc/dctc/Documentation/programs |