File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- .\" $OpenBSD: port-modules.5,v 1.270 2024/07/11 12:55:33 bentley Exp $
1
+ .\" $OpenBSD: port-modules.5,v 1.271 2025/06/20 20:10:35 kn Exp $
2
2
.\"
3
3
.\" Copyright (c) 2008 Marc Espie
4
4
.\"
24
24
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
25
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
26
.\"
27
- .Dd $Mdocdate : July 11 2024 $
27
+ .Dd $Mdocdate : June 20 2025 $
28
28
.Dt PORT-MODULES 5
29
29
.Os
30
30
.Sh NAME
602
602
.Ev RUN_DEPENDS .
603
603
This module is used by ports installing gsettings schemas under
604
604
.Pa ${PREFIX}/share/glib-2.0/schemas/ .
605
- It requires the following goo in the PLIST :
605
+ PLIST must contain :
606
606
.Bd -literal -offset indent
607
- @exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
608
- @unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
607
+ @tag glib-compile-schemas
609
608
.Ed
610
609
.It devel/gconf2
611
610
A link from
You can’t perform that action at this time.
0 commit comments