diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 6ac11147ab6af4938848553e5e344aea8b3f560c (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /net/socks5/Makefile | |
parent | ad944231a773912276e207e433ea891f755e4e4e (diff) | |
download | pkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'net/socks5/Makefile')
-rw-r--r-- | net/socks5/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 54ead0de1ca..aa3e70f4fe6 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2009/02/10 17:18:43 joerg Exp $ +# $NetBSD: Makefile,v 1.47 2009/05/19 08:59:28 wiz Exp $ DISTNAME= socks5-v1_0r2 PKGNAME= socks5-1.0.2 @@ -10,13 +10,9 @@ EXTRACT_SUFX= _tar.gz MAINTAINER= ambrisko@ambrisko.roble.com HOMEPAGE= http://www.socks.permeo.com/ COMMENT= SOCKS v5 application layer gateway and clients - -PKG_DESTDIR_SUPPORT= user-destdir - -CONFLICTS= socks4-[0-9]* - # XXX missing LICENSE= socks5-license + RESTRICTED= no commercial use # Set all pending someone looking at the license. NO_SRC_ON_FTP= ${RESTRICTED} @@ -24,6 +20,10 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +PKG_DESTDIR_SUPPORT= user-destdir + +CONFLICTS= socks4-[0-9]* + # here are some extra configure args you may wish to use # see the readme file before screwing with them # |