diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-02-04 15:23:17 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-02-04 15:23:17 +0000 |
commit | 34f114283f8c4ef2a7c4df8982fdc08122f058fd (patch) | |
tree | 84f219f99bd2485da7014a97df34578fececae9e /net/dctc/Makefile | |
parent | 57444217173eb766bd2d59a7cafd58af2153d513 (diff) | |
download | ports-34f114283f8c4ef2a7c4df8982fdc08122f058fd.tar.gz ports-34f114283f8c4ef2a7c4df8982fdc08122f058fd.zip |
Notes
Diffstat (limited to 'net/dctc/Makefile')
-rw-r--r-- | net/dctc/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile index 6cbf1c148c51..6b6f731da212 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dctc -PORTVERSION= 0.83.8 +PORTVERSION= 0.84.1 CATEGORIES= net MASTER_SITES= http://unixpages.org/distfiles/ \ http://ac2i.tzo.com/dctc/ @@ -79,9 +79,6 @@ post-patch: ${WRKSRC}/src/Makefile.in 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 @${ECHO_CMD} '#ifndef ENODATA' >> ${CONFIGURE_WRKSRC}/config.h @${ECHO_CMD} '# define ENODATA ENOMSG' >> ${CONFIGURE_WRKSRC}/config.h @${ECHO_CMD} '#endif' >> ${CONFIGURE_WRKSRC}/config.h |