cvs commit: ports/audio/alsa-utils Makefile pkg-plist

Anonymous swell.k at gmail.com
Sun Jun 6 08:31:54 UTC 2010


Dima Panov <fluffy at FreeBSD.org> writes:

> fluffy      2010-06-06 02:30:43 UTC
>
>   FreeBSD ports repository
>
>   Modified files:
>     audio/alsa-utils     Makefile pkg-plist 
>   Log:
>   - MLINKS is always polluted by MANLANG, so use _MANPAGES+= for french
>       translation of alsaconf.8 to produce correct package
>   - Use @dirrmtry for common alsa dirs

I think you should add @dirrmtry for french manpage, too. Found by

  $ mtree -f $PORTSDIR/Templates/BSD.local.dist -p $PREFIX

For example, games/wesnoth and graphics/inkscape have @dirrmtry.

%%
Index: audio/alsa-utils/pkg-plist
===================================================================
RCS file: /a/.cvsup/ports/audio/alsa-utils/pkg-plist,v
retrieving revision 1.3
diff -u -p -r1.3 pkg-plist
--- audio/alsa-utils/pkg-plist	6 Jun 2010 02:30:43 -0000	1.3
+++ audio/alsa-utils/pkg-plist	6 Jun 2010 08:07:10 -0000
@@ -32,6 +32,8 @@ share/sounds/alsa/Rear_Left.wav
 share/sounds/alsa/Rear_Right.wav
 share/sounds/alsa/Side_Left.wav
 share/sounds/alsa/Side_Right.wav
+ at dirrmtry man/fr/man8
+ at dirrmtry man/fr
 @dirrmtry share/sounds/alsa
 @dirrmtry share/sounds
 @dirrmtry share/alsa/speaker-test
%%


More information about the cvs-ports mailing list