diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-05-28 08:20:36 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-05-28 08:20:36 +0000 |
commit | cc6465847a09553a2314bf1395d958fd0961046b (patch) | |
tree | 919749acd25266a73f772e8be6290ad1284a5440 | |
parent | a0c2cb74d6afbd3a9b3400c8c9bb2a0be92b44dc (diff) |
Adapt after recent dconf MODULE change.
-rw-r--r-- | share/man/man5/port-modules.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index c141dd8a520..46207b1e7c8 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.90 2011/04/26 13:42:06 ajacoutot Exp $ +.\" $OpenBSD: port-modules.5,v 1.91 2011/05/28 08:20:35 ajacoutot Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 26 2011 $ +.Dd $Mdocdate: May 28 2011 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -370,8 +370,8 @@ This module is used by ports installing gsettings schemas under .Pa ${PREFIX}/share/glib-2.0/schemas/ . It requires the following goo in the PLIST: .Bd -literal -offset indent -@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas -@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas +@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null +@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null .Ed .It devel/gconf2 A link from |