From b6b24e950533b13df63e68106eab494e82e5f5ce Mon Sep 17 00:00:00 2001 From: mazze Date: Tue, 15 Oct 2013 21:12:26 +0000 Subject: [PATCH] Don't copy the makefiles. git-svn-id: https://svn.aros.org/svn/aros/trunk@48294 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- ports/game/circuslinux/mmakefile.src | 2 +- ports/game/ltris/mmakefile.src | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/game/circuslinux/mmakefile.src b/ports/game/circuslinux/mmakefile.src index f14a665..eaacad6 100644 --- a/ports/game/circuslinux/mmakefile.src +++ b/ports/game/circuslinux/mmakefile.src @@ -38,7 +38,7 @@ ICONS := CircusLinux icons=$(ICONS) dir=$(TARGETDIR)/.. %copy_dir_recursive mmake=ports-game-circuslinux-data src=$(PORTSDIR)/circuslinux/$(ARCHBASE)/data \ - dst=$(TARGETDIR)/data + dst=$(TARGETDIR)/data excludefiles="Makefile.in Makefile.am" CPYFILES := CHANGES.txt COPYING.txt FAQ.txt README.txt diff --git a/ports/game/ltris/mmakefile.src b/ports/game/ltris/mmakefile.src index f0e0994..93f483f 100644 --- a/ports/game/ltris/mmakefile.src +++ b/ports/game/ltris/mmakefile.src @@ -33,11 +33,11 @@ FILES := AUTHORS ChangeLog COPYING NEWS TODO %copy_dir_recursive mmake=ports-game-ltris-install-gfx \ src=$(PORTSDIR)/$(PACKAGE)/$(PACKAGE)-$(VERSION)/src/gfx \ - dst=$(TARGETDIR)/share/ltris/gfx + dst=$(TARGETDIR)/share/ltris/gfx excludefiles="Makefile.in Makefile.am" %copy_dir_recursive mmake=ports-game-ltris-install-snd \ src=$(PORTSDIR)/$(PACKAGE)/$(PACKAGE)-$(VERSION)/src/sounds \ - dst=$(TARGETDIR)/share/ltris/sounds + dst=$(TARGETDIR)/share/ltris/sounds excludefiles="Makefile.in Makefile.am" ICONS := LTris -- 2.1.4