diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-16 02:52:07 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-16 02:52:07 +0800 |
commit | 1dc6e38fdbfa07474c6df0ab0b2d81cedec4689e (patch) | |
tree | 96a22538ac72f8d59a287d3c782152683c9fab3a /security/gnome-keyring/Makefile | |
parent | d4bcb3964b10957b08770787b5cd3ac25334279d (diff) | |
download | marcuscom-ports-1dc6e38fdbfa07474c6df0ab0b2d81cedec4689e.tar marcuscom-ports-1dc6e38fdbfa07474c6df0ab0b2d81cedec4689e.tar.gz marcuscom-ports-1dc6e38fdbfa07474c6df0ab0b2d81cedec4689e.tar.bz2 marcuscom-ports-1dc6e38fdbfa07474c6df0ab0b2d81cedec4689e.tar.lz marcuscom-ports-1dc6e38fdbfa07474c6df0ab0b2d81cedec4689e.tar.xz marcuscom-ports-1dc6e38fdbfa07474c6df0ab0b2d81cedec4689e.tar.zst marcuscom-ports-1dc6e38fdbfa07474c6df0ab0b2d81cedec4689e.zip |
Register a missing file in the plist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10452 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnome-keyring/Makefile')
-rw-r--r-- | security/gnome-keyring/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index d8a8d77e1..81316acb2 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/security/gnome-keyring/Makefile,v 1.54 2008/01/29 03:29:55 mezz Exp $ +# $MCom: ports/security/gnome-keyring/Makefile,v 1.55 2008/02/12 02:34:15 marcus Exp $ # PORTNAME= gnome-keyring PORTVERSION= 2.21.91 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |