1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/games/ggz-txt-client/pkg-plist
Dmitry Marakasov e47155b818 - Remove NLS option, doesn't build with it disabled
- Fix etc/ggz.modules handling
- Drop @dirrm* from plist
2014-12-03 13:39:00 +00:00

10 lines
380 B
Plaintext

bin/ggz-txt
lib/ggz/tttxt
man/man6/ggz-txt.6.gz
share/applications/ggz-txt.desktop
@unexec ggz-config -D --remove --modfile=%D/share/ggz/tttxt.dsc --force
share/ggz/tttxt.dsc
@exec ggz-config -D --install --modfile=%D/share/ggz/tttxt.dsc --force
share/locale/de/LC_MESSAGES/ggz-txt.mo
@unexec if [ "x`cat %D/etc/ggz.modules`" = "x[Games]" ]; then echo -n > %D/etc/ggz.modules; fi