diff options
author | gdt <gdt@pkgsrc.org> | 2008-09-12 11:42:02 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-09-12 11:42:02 +0000 |
commit | 63da1fb3043332ce7faf25d258d2478cace51836 (patch) | |
tree | e2c27241949591e336285afc085960662348961a /security | |
parent | 0e723054325a2daea76faa9a3132e26df1a36f31 (diff) | |
download | pkgsrc-63da1fb3043332ce7faf25d258d2478cace51836.tar.gz |
Add LICENSE=generic-nonlicense, set NO_*_ON_* due to unfetchable
distfile.
Diffstat (limited to 'security')
-rw-r--r-- | security/AiSSLtelnet/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/AiSSLtelnet/Makefile b/security/AiSSLtelnet/Makefile index 574107502a8..96401a0c253 100644 --- a/security/AiSSLtelnet/Makefile +++ b/security/AiSSLtelnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:44 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/09/12 11:42:02 gdt Exp $ # DISTNAME= AiSSLtelnet-0.15 @@ -14,9 +14,13 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES +# License unreadable due to unfetchable distfile. +LICENSE= generic-nonlicense RESTRICTED= Source code redistribution is not permitted.consult okuno@mars.elcom.nitech.ac.jp. NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/AiSSLtelnet |