diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-24 10:56:07 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-24 10:56:07 +0800 |
commit | aa567910923babed8ed3206c3fee9f44073727d7 (patch) | |
tree | 617ad5a9d7704308a22bb191edd63a4d752445fd /sysutils | |
parent | 1df1f970f62ef7b1c5d243761c6aad5568f00a2d (diff) | |
download | marcuscom-ports-aa567910923babed8ed3206c3fee9f44073727d7.tar marcuscom-ports-aa567910923babed8ed3206c3fee9f44073727d7.tar.gz marcuscom-ports-aa567910923babed8ed3206c3fee9f44073727d7.tar.bz2 marcuscom-ports-aa567910923babed8ed3206c3fee9f44073727d7.tar.lz marcuscom-ports-aa567910923babed8ed3206c3fee9f44073727d7.tar.xz marcuscom-ports-aa567910923babed8ed3206c3fee9f44073727d7.tar.zst marcuscom-ports-aa567910923babed8ed3206c3fee9f44073727d7.zip |
Correct the PORTNAME, policykit -> policykit-gnome.
# pkg_info -IX policykit
policykit-0.7 GNOME frontend to the PolicKit framework
policykit-0.7_2 Framework for controlling access to system-wide components
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10231 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/policykit-gnome/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/policykit-gnome/Makefile b/sysutils/policykit-gnome/Makefile index 2e7a6f423..b813e830e 100644 --- a/sysutils/policykit-gnome/Makefile +++ b/sysutils/policykit-gnome/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/policykit-gnome/Makefile,v 1.1 2008/01/21 01:20:30 marcus Exp $ +# $MCom: ports/sysutils/policykit-gnome/Makefile,v 1.2 2008/01/24 01:25:20 marcus Exp $ # -PORTNAME= policykit +PORTNAME= policykit-gnome PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= http://hal.freedesktop.org/releases/ DISTNAME= PolicyKit-gnome-${PORTVERSION} |