diff options
author | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
commit | 53d692acd8a71f89a941dada62a4345937a07233 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /net/3proxy/Makefile | |
parent | 3ed0ee791ad16bb4ffe35b3ae38c3c23a87b463f (diff) | |
download | pkgsrc-53d692acd8a71f89a941dada62a4345937a07233.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/3proxy/Makefile')
-rw-r--r-- | net/3proxy/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net/3proxy/Makefile b/net/3proxy/Makefile index d72711fc267..d30ae7aef8c 100644 --- a/net/3proxy/Makefile +++ b/net/3proxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:38 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2009/05/19 08:59:25 wiz Exp $ # DISTNAME= 3proxy-0.5.3k @@ -11,6 +11,11 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://3proxy.ru/ COMMENT= Multi-protocol proxy +# 3proxy-0.5.* is dual-licenced under GPL or custom terms. It's not +# clear exactly which version of the GPL is intended; ${WRKSRC}/License +# says "current version of GNU GPL" without specifying a numeric version +# number. 3proxy-0.6.* will have a different license. +LICENSE= 3proxy-0.5-license PKG_DESTDIR_SUPPORT= user-destdir @@ -19,12 +24,6 @@ MAKE_FILE= Makefile.unix INSTALLATION_DIRS= sbin ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 -# 3proxy-0.5.* is dual-licenced under GPL or custom terms. It's not -# clear exactly which version of the GPL is intended; ${WRKSRC}/License -# says "current version of GNU GPL" without specifying a numeric version -# number. 3proxy-0.6.* will have a different license. -LICENSE= 3proxy-0.5-license - # We install only 3proxy and its man pages. There are several other # binaries which we don't install, because the 3proxy executable # provides a superset of the functionality of the others. We also don't |