diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-22 19:14:08 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-22 19:14:08 +0000 |
commit | 09666e3dd5689a5e276798c4a10ed3a6c726c1b1 (patch) | |
tree | bdcd9753e96c92200090b3791966b58b82ff75b9 /security | |
parent | Upgrade to 20030122 snapshot (diff) |
- make portlint happier
Notes
Notes:
svn path=/head/; revision=73806
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg-idea/pkg-message | 2 | ||||
-rw-r--r-- | security/lsh/pkg-plist | 4 | ||||
-rw-r--r-- | security/openssl-beta/Makefile | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/security/gnupg-idea/pkg-message b/security/gnupg-idea/pkg-message index 87c149392dba..726a17637bce 100644 --- a/security/gnupg-idea/pkg-message +++ b/security/gnupg-idea/pkg-message @@ -1,4 +1,3 @@ - --------------------------------------------------- IDEA: @@ -15,4 +14,3 @@ RSA: rsa is now included in gnupg >= 1.0.3 still included for demonstration. --------------------------------------------------- - diff --git a/security/lsh/pkg-plist b/security/lsh/pkg-plist index 228478e14681..8f51c4171d87 100644 --- a/security/lsh/pkg-plist +++ b/security/lsh/pkg-plist @@ -35,8 +35,8 @@ info/lsh.info info/nettle.info info/nettle.info-1 info/nettle.info-2 -@exec install-info --section="Miscellaneous" --entry="* LSH: (lsh). lsh secure remote shell documentation." %D/info/lsh.info %D/info/dir -@exec install-info --section="GNU Libraries" --entry="* Nettle: (nettle). A low-level cryptographics library." %D/info/nettle.info %D/info/dir +@exec install-info %D/info/lsh.info %D/info/dir +@exec install-info %D/info/nettle.info %D/info/dir lib/libnettle.a sbin/lsh-execuv %%KRB%%sbin/lsh-krb-checkpw diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index f852c5e76c3f..e15c2df6a90c 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/Makefile @@ -6,13 +6,13 @@ # PORTNAME= openssl -PKGNAMESUFFIX= -beta PORTVERSION= 0.9.7 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.openssl.org/source/ \ ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ \ ftp://ftp.cert.dfn.de/pub/tools/net/openssl/source/ +PKGNAMESUFFIX= -beta MAINTAINER= dinoex@FreeBSD.org |