diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-19 13:36:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-19 13:36:11 +0000 |
commit | 4aab61be0d6f79074e06173e8cf229342c0b444f (patch) | |
tree | c867432e086ea3ef3e295c87e1fb102107866a84 /net/connect | |
parent | f02276d804095f275458e0fe1b622c1cf537c4b8 (diff) | |
download | pkgsrc-4aab61be0d6f79074e06173e8cf229342c0b444f.tar.gz |
Update to 1.83, use DIST_SUBDIR, since old distfile is gone.
Changes unknown.
Diffstat (limited to 'net/connect')
-rw-r--r-- | net/connect/Makefile | 9 | ||||
-rw-r--r-- | net/connect/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
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 |