diff options
author | mharo <mharo@FreeBSD.org> | 2001-04-02 18:34:48 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-04-02 18:34:48 +0800 |
commit | e22b7470a3b3183a64b6e4a191de9577fb23f21e (patch) | |
tree | 2685d078bb031ae6b399302030f4cecafa7453c8 /net/socks5 | |
parent | 2c34e9bd41ed0eb2e1e83ea3b6c1a1b48ea2c6cd (diff) | |
download | freebsd-ports-gnome-e22b7470a3b3183a64b6e4a191de9577fb23f21e.tar.gz freebsd-ports-gnome-e22b7470a3b3183a64b6e4a191de9577fb23f21e.tar.zst freebsd-ports-gnome-e22b7470a3b3183a64b6e4a191de9577fb23f21e.zip |
Update where to go to download the socks5 distfile
PR: 26156
Submitted by: Steve Coltrin <spcoltri@hrothgar.omcl.org>
Diffstat (limited to 'net/socks5')
-rw-r--r-- | net/socks5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index a4206f69391c..dcfcebb3a7eb 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -37,7 +37,7 @@ MAN5= libsocks5.conf.5 socks5.conf.5 CONFIGURE_ENV= LIBS=-lcrypt .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE="NEC requires that you grab the dist files from their web site at http://www.socks.nec.com. Please make sure you have ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR} and run make again." +IGNORE="NEC requires that you grab the dist files from their web site at http://www.socks.nec.com/cgi-bin/download.pl . Please make sure you have ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR} and run make again." .endif .include <bsd.port.mk> |