diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/socks5 | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) |
Notes
Diffstat (limited to 'net/socks5')
-rw-r--r-- | net/socks5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 4c9179ac1018..1e7809273fd9 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: socks5 -# Version required: v1.0r10 # Date created: 24 Apr 1996 # Whom: pst # # $FreeBSD$ # -DISTNAME= socks5-v1.0r10 -PKGNAME= socks5-1.0.10 +PORTNAME= socks5 +PORTVERSION= 1.0.10 CATEGORIES= net security +DISTNAME= socks5-v1.0r10 EXTRACT_SUFX= .tar.gz MAINTAINER= imp@freebsd.org |