summaryrefslogtreecommitdiff
path: root/net/socks5
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-08-18 22:46:29 +0000
committerhubertf <hubertf@pkgsrc.org>2000-08-18 22:46:29 +0000
commit402899809af063240e564f105ec22423fefbea61 (patch)
tree04f7b6c9f02d31bfb54ab2070f124b8e32554867 /net/socks5
parent4d12f83ce14656cd4cddc462df8559d6da7ad75a (diff)
downloadpkgsrc-402899809af063240e564f105ec22423fefbea61.tar.gz
Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
Diffstat (limited to 'net/socks5')
-rw-r--r--net/socks5/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile
index fc0d37ed354..3db63577e7f 100644
--- a/net/socks5/Makefile
+++ b/net/socks5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2000/05/03 17:44:27 rh Exp $
+# $NetBSD: Makefile,v 1.16 2000/08/18 22:46:46 hubertf Exp $
# FreeBSD Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp
#
@@ -14,8 +14,9 @@ HOMEPAGE= http://www.socks.nec.com/
CONFLICTS= socks4-*
-NO_CDROM= "NEC has a funky license for this software"
RESTRICTED= "no commercial use"
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
# here are some extra configure args you may wish to use
# see the readme file before screwing with them