From 7fc94445fbdb1f5dc78d4560567cbe54e9ae933f Mon Sep 17 00:00:00 2001 From: naddy Date: Mon, 25 Aug 2008 17:22:34 +0000 Subject: [PATCH] fix syntax error --- net/dctc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/dctc/Makefile b/net/dctc/Makefile index b2ac147c09b..e8666b8f6db 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2008/08/25 15:14:43 jasper Exp $ +# $OpenBSD: Makefile,v 1.11 2008/08/25 17:22:34 naddy Exp $ COMMENT= Direct Connect clone @@ -33,7 +33,7 @@ CONFIGURE_ENV= CPPFLAGS="-DMSG_NOSIGNAL=0 \ LDFLAGS="-L${LOCALBASE}/lib" post-extract: - echo "#undef HAVE_LIBPTHREAD" > ${WRKSRC}/acconfig.h + echo "#undef HAVE_LIBPTHREAD" > ${WRKSRC}/acconfig.h rm -fr ${WRKSRC}/Documentation/Documentation/CVS/ post-install: