summaryrefslogtreecommitdiff
path: root/multimedia/mplayerxp/files/patch-mplayerxp::Makefile
blob: 43b3618ef302f99c8f124068c22d4a33f62f1656 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- mplayerxp/Makefile.orig	Thu Jul 21 17:08:04 2005
+++ mplayerxp/Makefile	Sun Oct  1 20:33:39 2006
@@ -72,20 +72,8 @@
 	$(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML
 
 install: $(ALL_PRG)
-ifeq ($(INSTALL),)
-	@echo "*** 'install' utility was not found and you can't run automatic"
-	@echo "*** installation. Please download 'fileutils' from ftp://ftp.gnu.org and"
-	@echo "*** install them to have possibility perform autiomatic installation"
-	@echo "*** of this project" 
-	@exit 1
-endif
 	$(INSTALL) -D -m 755 $(PRG) $(BINDIR)/$(PRG)
 	@if test ! -d $(DATADIR) ; then mkdir -p $(DATADIR) ; fi
-	@if test ! -d $(DATADIR)/font ; then mkdir -p $(DATADIR)/font ; fi
-	@if test ! -f $(DATADIR)/font/font.desc ; then \
-	echo "*** Download font at http://www.mplayerhq.hu/homepage/dload.html" ; \
-	echo "*** for OSD/Subtitles support and extract to $(DATADIR)/font/" ; \
-	fi
 
 ifeq ($(CSS_USE),yes)
 	@echo "Following task requires root privs. If it fails don't panic"