diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-07-15 11:12:21 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-07-15 11:12:21 +0000 |
commit | 6a8963e6a1fca98739b95638b0b0451a15299bb8 (patch) | |
tree | 80ac4754be0ea8e8a593760ad0b8e970819c25fa /security/starttls/Makefile | |
parent | 7ae78ce0c0c42e0df56c5aa97642724bdf6da7ff (diff) | |
download | pkgsrc-6a8963e6a1fca98739b95638b0b0451a15299bb8.tar.gz |
Fix a segfault of starttls(1) when run without arguments
Add LICENSE
++pkgrevision
Diffstat (limited to 'security/starttls/Makefile')
-rw-r--r-- | security/starttls/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/starttls/Makefile b/security/starttls/Makefile index 40687335d40..f30544156ef 100644 --- a/security/starttls/Makefile +++ b/security/starttls/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.6 2010/01/17 12:02:44 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/07/15 11:12:21 cheusov Exp $ # DISTNAME= starttls-0.10 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= security MASTER_SITES= ftp://opaopa.org/pub/elisp/ MAINTAINER= fun@naobsd.org HOMEPAGE= ftp://opaopa.org/pub/elisp/ COMMENT= Simple wrapper program for STARTTLS on emacsen +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |