diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-28 04:33:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-28 04:33:23 +0800 |
commit | fb00351ebfe806a3c5155f56b8b9ae492104bd3a (patch) | |
tree | eef63b334d6f883f2d042080177ca09a77021467 /security | |
parent | d12daa6236579c43a212b032f4a994ff19f1e5fb (diff) | |
download | marcuscom-ports-fb00351ebfe806a3c5155f56b8b9ae492104bd3a.tar marcuscom-ports-fb00351ebfe806a3c5155f56b8b9ae492104bd3a.tar.gz marcuscom-ports-fb00351ebfe806a3c5155f56b8b9ae492104bd3a.tar.bz2 marcuscom-ports-fb00351ebfe806a3c5155f56b8b9ae492104bd3a.tar.lz marcuscom-ports-fb00351ebfe806a3c5155f56b8b9ae492104bd3a.tar.xz marcuscom-ports-fb00351ebfe806a3c5155f56b8b9ae492104bd3a.tar.zst marcuscom-ports-fb00351ebfe806a3c5155f56b8b9ae492104bd3a.zip |
Sync with the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11192 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/gnome-keyring/Makefile | 4 | ||||
-rw-r--r-- | security/gnome-keyring/pkg-plist | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index 804dd4e19..c7f04a367 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.59 2008/03/09 18:30:40 mezz Exp $ +# $MCom: ports/security/gnome-keyring/Makefile,v 1.61 2008/07/23 01:22:29 marcus Exp $ # PORTNAME= gnome-keyring PORTVERSION= 2.23.5 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -25,6 +26,7 @@ USE_GMAKE= yes USE_GETTEXT= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes +CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= gnome-keyring.schemas diff --git a/security/gnome-keyring/pkg-plist b/security/gnome-keyring/pkg-plist index afc0ea0c4..043e025ca 100644 --- a/security/gnome-keyring/pkg-plist +++ b/security/gnome-keyring/pkg-plist @@ -15,9 +15,9 @@ lib/libgp11.a lib/libgp11.la lib/libgp11.so lib/libgp11.so.0 -lib/security/pam_gnome_keyring.a -lib/security/pam_gnome_keyring.la -lib/security/pam_gnome_keyring.so +lib/pam_gnome_keyring.a +lib/pam_gnome_keyring.la +lib/pam_gnome_keyring.so libdata/pkgconfig/gnome-keyring-1.pc libdata/pkgconfig/gp11-0.pc libexec/gnome-keyring-ask @@ -120,7 +120,6 @@ share/locale/zh_CN/LC_MESSAGES/gnome-keyring.mo share/locale/zh_HK/LC_MESSAGES/gnome-keyring.mo share/locale/zh_TW/LC_MESSAGES/gnome-keyring.mo @dirrm %%DOCSDIR%% -@dirrmtry lib/security @dirrm lib/gnome-keyring @dirrm include/gp11 @dirrm include/gnome-keyring-1 |