diff options
author | cs <cs@FreeBSD.org> | 2013-03-30 03:33:41 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2013-03-30 03:33:41 +0800 |
commit | b1c865fef3388507fea529eee1e52c5983368769 (patch) | |
tree | 56a7cc7e21781385ea74f4d32262386371d62b78 /security/gnome-keyring/Makefile | |
parent | 4fce267358e6d5570fcfb9b112a11507449a2f80 (diff) | |
download | freebsd-ports-gnome-b1c865fef3388507fea529eee1e52c5983368769.tar.gz freebsd-ports-gnome-b1c865fef3388507fea529eee1e52c5983368769.tar.zst freebsd-ports-gnome-b1c865fef3388507fea529eee1e52c5983368769.zip |
- Remove A/An in COMMENT
- Trim Header where applicable
Diffstat (limited to 'security/gnome-keyring/Makefile')
-rw-r--r-- | security/gnome-keyring/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index 7a6f29387052..f8e368c45d6e 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: gnomekeyring -# Date Created: 08 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/security/gnome-keyring/Makefile,v 1.98 2010/10/26 08:18:44 kwm Exp $ -# PORTNAME= gnome-keyring PORTVERSION= 2.32.1 @@ -14,7 +9,7 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A program that keeps passwords and other secrets +COMMENT= Program that keeps passwords and other secrets LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss |