From 3f4a248395e6fa0bebfb25713d30e64d83ec0aba Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 19 Jul 2004 13:36:11 +0000 Subject: Update to 1.83, use DIST_SUBDIR, since old distfile is gone. Changes unknown. --- net/connect/Makefile | 9 +++++---- net/connect/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'net') diff --git a/net/connect/Makefile b/net/connect/Makefile index fcbfe207b24..ea0ebafd9ca 100644 --- a/net/connect/Makefile +++ b/net/connect/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2004/01/15 19:58:07 tron Exp $ +# $NetBSD: Makefile,v 1.3 2004/07/19 13:36:11 wiz Exp $ DISTNAME= connect -PKGNAME= ${DISTNAME}-1.69 +PKGNAME= ${DISTNAME}-1.83 CATEGORIES= net security MASTER_SITES= ${HOMEPAGE} EXTRACT_SUFX= .c @@ -11,6 +11,7 @@ HOMEPAGE= http://www.imasy.or.jp/~gotoh/ssh/ COMMENT= Open a TCP connection using a SOCKS4/5 or HTTP proxy server EXTRACT_ONLY= # empty +DIST_SUBDIR= ${PKGNAME_NOREV} .include "../../mk/bsd.prefs.mk" @@ -24,8 +25,8 @@ LIBS= do-build: ${MKDIR} ${WRKSRC} - ${CC} ${DISTDIR}/${DISTFILES} ${CFLAGS} -o ${WRKSRC}/connect ${LIBS} - ${EGREP} '^ \*(| .*)$$' ${DISTDIR}/${DISTFILES} | \ + ${CC} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${CFLAGS} -o ${WRKSRC}/connect ${LIBS} + ${EGREP} '^ \*(| .*)$$' ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | \ ${CUT} -c 4- >${WRKSRC}/README do-install: diff --git a/net/connect/distinfo b/net/connect/distinfo index 90545efb21a..0095e9a665a 100644 --- a/net/connect/distinfo +++ b/net/connect/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/01/15 19:11:17 tron Exp $ +$NetBSD: distinfo,v 1.2 2004/07/19 13:36:11 wiz Exp $ -SHA1 (connect.c) = 27ecbd5d7e08908284f371679af514c8662f4dce -Size (connect.c) = 67695 bytes +SHA1 (connect-1.83/connect.c) = 80c274b0f5dde7143858cbf63014700f87463023 +Size (connect-1.83/connect.c) = 72750 bytes -- cgit v1.2.3