diff options
author | gdt <gdt@pkgsrc.org> | 2008-09-12 11:45:41 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-09-12 11:45:41 +0000 |
commit | 9d4870602ca1d7e3182a090ed81055a05f20a693 (patch) | |
tree | 80cc50ae6623acb9525914bcad5b9e633c50d172 /security | |
parent | 63da1fb3043332ce7faf25d258d2478cace51836 (diff) | |
download | pkgsrc-9d4870602ca1d7e3182a090ed81055a05f20a693.tar.gz |
+generic-nonlicense, NO_*_ON_* because one can't read the license due
to distfile/homepage lossage.
candidate for removal.
Diffstat (limited to 'security')
-rw-r--r-- | security/smimemsg/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/smimemsg/Makefile b/security/smimemsg/Makefile index f31c1fc8402..ee726cd79a8 100644 --- a/security/smimemsg/Makefile +++ b/security/smimemsg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/05/17 08:22:56 obache Exp $ +# $NetBSD: Makefile,v 1.13 2008/09/12 11:45:41 gdt Exp $ # DISTNAME= smimemsg15 @@ -13,9 +13,13 @@ COMMENT= Generate and read S/MIME messages WRKSRC= ${WRKDIR}/smimemsg GNU_CONFIGURE= yes +# unreachable homepage, 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_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/smimemsg |