diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-07-25 19:35:08 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-07-25 19:35:08 +0000 |
commit | 65898b3f67b3d8e8a17dca6914405aded77c8962 (patch) | |
tree | e78e9c70bc1a3c88055a240791ca22ed62d1f879 /security/gnome-keyring/Makefile | |
parent | 90a918f71bfcf23b3df4225f711a4644a2519b63 (diff) | |
download | ports-65898b3f67b3d8e8a17dca6914405aded77c8962.tar.gz ports-65898b3f67b3d8e8a17dca6914405aded77c8962.zip |
Notes
Diffstat (limited to 'security/gnome-keyring/Makefile')
-rw-r--r-- | security/gnome-keyring/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index 167992992ff0..0494299f1e8c 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/security/gnome-keyring/Makefile,v 1.92 2010/04/27 16:51:29 kwm Exp $ +# $MCom: ports-stable/security/gnome-keyring/Makefile,v 1.6 2010/06/23 12:38:25 kwm Exp $ # PORTNAME= gnome-keyring -PORTVERSION= 2.30.1 -PORTREVISION= 2 +PORTVERSION= 2.30.3 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -29,10 +28,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= gnome-keyring.schemas -SUB_FILES= org.freedesktop.secrets.service - -post-install: - ${INSTALL_DATA} ${WRKDIR}/org.freedesktop.secrets.service \ - ${PREFIX}/share/dbus-1/services - .include <bsd.port.mk> |