svn commit: r554137 - head/security/gnome-keyring/files
Mateusz Piotrowski
0mp at FreeBSD.org
Thu Nov 5 16:10:20 UTC 2020
Author: 0mp
Date: Thu Nov 5 16:10:19 2020
New Revision: 554137
URL: https://svnweb.freebsd.org/changeset/ports/554137
Log:
Use LOCALBASE when referring to the location of dependencies
Approved by: portmgr blanket
Modified:
head/security/gnome-keyring/files/pkg-message.in
Modified: head/security/gnome-keyring/files/pkg-message.in
==============================================================================
--- head/security/gnome-keyring/files/pkg-message.in Thu Nov 5 15:58:38 2020 (r554136)
+++ head/security/gnome-keyring/files/pkg-message.in Thu Nov 5 16:10:19 2020 (r554137)
@@ -5,7 +5,7 @@ Gnome-keyring uses pinentry-gnome3 for gpg interaction
following line to your ~/.gnupg/gpg-agent.conf to enable the pinentry
dialog.
-pinentry-program %%PREFIX%%/bin/pinentry-gnome3
+pinentry-program %%LOCALBASE%%/bin/pinentry-gnome3
EOM
}
]
More information about the svn-ports-head
mailing list