> Portlint wants you to add the following to the port: > > .if !defined(WITHOUT_NLS) > USE_GETTEXT= yes > PLIST_SUB+= NLS="" > .else > CONFIGURE_ARGS+=--disable-nls > PLIST_SUB+= NLS="@comment " > .endif >
I just did that :) > Then modify the pkg-plist: > > %%NLS%%share/locale/ca_ES/LC_MESSAGES/aquamarine.mo > > %%NLS%%share/locale/zh_TW/LC_MESSAGES/aquamarine.mo > Now I'm beginning to understand how this works (I read about it in the porter's handbook, but it makes more sense when trying on a real port). Thanks! > Also remove all of the @dirrmtry share/locale*, and only add the ones > that are missing from /etc/mtree/BSD.local.mk. > > [EMAIL PROTECTED] share/locale/zh_TW/LC_MESSAGES > [EMAIL PROTECTED] share/locale/zh_TW > > Scot So, can I assume that anything that mtree -f /etc/mtree/BSD.local.dist outputs in /usr/local need not be included in pkg-plist? _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"