diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-04-27 23:31:48 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-04-27 23:31:48 +0000 |
commit | ff9bd36a6ee765edd66a8c27a81970611cdacea6 (patch) | |
tree | c08d230f076cf96691e31dd91f129b6c7167f8c7 /net/dctc | |
parent | a93995a4103ee2b5e6a8682ce52fe76e5c88c18e (diff) | |
download | ports-ff9bd36a6ee765edd66a8c27a81970611cdacea6.tar.gz ports-ff9bd36a6ee765edd66a8c27a81970611cdacea6.zip |
Notes
Diffstat (limited to 'net/dctc')
-rw-r--r-- | net/dctc/Makefile | 7 | ||||
-rw-r--r-- | net/dctc/distinfo | 2 | ||||
-rw-r--r-- | net/dctc/pkg-plist | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile index 316cc318fe4f..8f4b495396a3 100644 --- a/net/dctc/Makefile +++ b/net/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/dctc/distinfo b/net/dctc/distinfo index b29899bb3cf1..a342421613f8 100644 --- a/net/dctc/distinfo +++ b/net/dctc/distinfo @@ -1 +1 @@ -MD5 (dctc-0.79.0.tar.gz) = 3b770a0495a10ba0d075bbb8dae6be35 +MD5 (dctc-0.80.0.tar.gz) = 682843bf663a5c72ee57c6ef1c6a7c8c diff --git a/net/dctc/pkg-plist b/net/dctc/pkg-plist index d4182f6c6840..ce4089839701 100644 --- a/net/dctc/pkg-plist +++ b/net/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 |