diff options
author | imp <imp@FreeBSD.org> | 1998-10-07 18:51:28 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1998-10-07 18:51:28 +0000 |
commit | 1a65bee00dcd855167531cf6b0c5b71c858e6817 (patch) | |
tree | f732f322a32bebc134616eaf3e4388ebc0e84229 /net/socks5/Makefile | |
parent | bc71230101120a30ec654df8ad356a041a2e3621 (diff) | |
download | FreeBSD-ports-1a65bee00dcd855167531cf6b0c5b71c858e6817.zip FreeBSD-ports-1a65bee00dcd855167531cf6b0c5b71c858e6817.tar.gz |
Update to ELF and v1.0r7. This version supports only one type of
binaries (ELF OR aout) with runsocks.
Diffstat (limited to 'net/socks5/Makefile')
-rw-r--r-- | net/socks5/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index a41f241..2088373 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: socks5 -# Version required: v1.0r6 +# Version required: v1.0r7 # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.18 1998/07/12 21:26:49 imp Exp $ +# $Id: Makefile,v 1.19 1998/07/20 22:46:57 imp Exp $ # -DISTNAME= socks5-v1.0r6 -PKGNAME= socks5-1.0.6 +DISTNAME= socks5-v1.0r7 +PKGNAME= socks5-1.0.7 CATEGORIES= net security EXTRACT_SUFX= .tar.gz @@ -38,7 +38,7 @@ do-fetch: @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ ${ECHO} ""; \ ${ECHO} "NEC requires that you grab the dist files from their"; \ - ${ECHO} "web site at http://www.socks5.nec.com. Please make sure"; \ + ${ECHO} "web site at http://www.socks.nec.com. Please make sure"; \ ${ECHO} "you have ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}"; \ ${ECHO} "and run make again."; \ ${ECHO} ""; \ |