Hi! > I am building a gnome based port. > > The port builds and installs successfully but it doesn't work. > > Looking around I need to run glib-compile-schemas like this: > > glib-compile-schemas /usr/local/share/glib-2.0/schemas/ > > After running that command the port works as expected, is there a standard > way to handle this in the port's Makefile?
devel/glib20 has this in its pkg-plist: @postexec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas 2>/dev/null || /usr/bin/true -- [email protected] +49 171 3101372 2 years to go ! _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
