freebsd-ports/multimedia/emovix/files/patch-Makefile.in
Edwin Groothuis 9b079b4d15 New Port: multimedia/eMovix, a mini linux distro to create bootable video CDs
A micro Linux distro meant to be embedded in a CD together
	with all video/audio files you want, so that the CD will
	be able to boot and automagically play all of its own files.

	eMoviX CDs be written with K3b.

	WWW: http://movix.sourceforge.net/

PR:		ports/58767
Submitted by:	Heiner Eichmann <h.eichmann@gmx.de>
2004-01-03 08:30:56 +00:00

11 lines
539 B
Text

--- Makefile.in.orig Sat Sep 13 01:15:31 2003
+++ Makefile.in Mon Oct 20 22:34:04 2003
@@ -516,7 +516,7 @@
for i in `find $(distdir) -name .cvsignore` ; do rm -rf $$i; done;
install-data-local:
- cp -a {boot-messages,mplayer-fonts,keyboard-i18n} $(emovix_share_dir)
+ for i in boot-messages mplayer-fonts keyboard-i18n; do cp -r $$i $(emovix_share_dir); done;
for language in boot-messages/[a-z]* ; do perl -pw -i -e "s/MoviX +v[\.\w]+/MoviX v$(MOVIX_VERSION)/" $(emovix_share_dir)/$$language/mxhelp.txt ; done;
uninstall-local: