aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-01-23 03:14:08 +0800
committerdinoex <dinoex@FreeBSD.org>2003-01-23 03:14:08 +0800
commit0cf5a9f0c051fe2172605c5b4e6220372a3986d1 (patch)
tree361dd9ab7b90bbbf020131fedc71bbac1840a3a0 /security
parent0b154d29097dcb873a1db54a92b02419663d0f40 (diff)
downloadfreebsd-ports-gnome-0cf5a9f0c051fe2172605c5b4e6220372a3986d1.tar.gz
freebsd-ports-gnome-0cf5a9f0c051fe2172605c5b4e6220372a3986d1.tar.zst
freebsd-ports-gnome-0cf5a9f0c051fe2172605c5b4e6220372a3986d1.zip
- make portlint happier
Diffstat (limited to 'security')
-rw-r--r--security/gnupg-idea/pkg-message2
-rw-r--r--security/lsh/pkg-plist4
-rw-r--r--security/openssl-beta/Makefile2
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