aboutsummaryrefslogtreecommitdiff
path: root/net/socks5/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-06-16 19:36:12 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-06-16 19:36:12 +0000
commitc290227a8572408856558122457fd04b00192d38 (patch)
treebb4e01a6d32f67607747a9056138dae01f768bd6 /net/socks5/Makefile
parent9996e951793b2c3ed034b35045943931053fb155 (diff)
downloadports-c290227a8572408856558122457fd04b00192d38.tar.gz
ports-c290227a8572408856558122457fd04b00192d38.zip
Notes
Diffstat (limited to 'net/socks5/Makefile')
-rw-r--r--net/socks5/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile
index 8e290cdeeaf9..21cb84dc2d5c 100644
--- a/net/socks5/Makefile
+++ b/net/socks5/Makefile
@@ -9,6 +9,7 @@ PORTNAME= socks5
PORTVERSION= 1.0.11
PORTREVISION= 3
CATEGORIES= net security
+MASTER_SITES= http://freeware.sgi.com/source/socks5/
DISTNAME= socks5-v1.0r11
MAINTAINER= josh@tcbug.org
@@ -16,7 +17,6 @@ COMMENT= SOCKS v5 application layer gateway and clients
NO_CDROM= "NEC has a funky license for this software"
RESTRICTED= "no commercial use"
-BROKEN= "Application authors no longer supply needed distfiles"
# here are some extra configure args you may wish to use
# see the readme file before screwing with them
@@ -51,10 +51,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
.endif
-.include <bsd.port.pre.mk>
-
-.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/cgi-bin/download.pl . Please make sure you have ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR} and run make again"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>