pkgsrc/games/freedroid/patches/patch-aa
2004-06-26 21:17:55 +00:00

31 lines
985 B
Text

$NetBSD: patch-aa,v 1.2 2004/06/26 21:17:55 minskim Exp $
--- Makefile.in.orig 2003-08-11 05:40:47.000000000 -0500
+++ Makefile.in
@@ -87,7 +87,7 @@ SUBDIRS = src
man_MANS = freedroid.6
-EXTRA_DIST = $(man_MANS) mac-osx map graphics sound
+EXTRA_DIST = $(man_MANS) map graphics sound
win_txts = COPYING AUTHORS README Releasetext freedroid-man
win_dir = freedroid-$(VERSION)-win32
@@ -483,14 +483,15 @@ uninstall-man: uninstall-man6
dist-hook:
- rm -rf `find $(distdir) -name CVS`
+ -rm -rf `find $(distdir) -name CVS`
install-data-local:
echo "Now copying the the data-directories..."
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
cp -r $(srcdir)/$(EXTRA_DIST) $(DESTDIR)$(pkgdatadir)
echo "... and cleaning from CVS dirs.."
- rm -rf `find $(DESTDIR)$(pkgdatadir) -name CVS`
+ -rm -rf `find $(DESTDIR)$(pkgdatadir) -name CVS -o -name 'Makefile*'`
+ -rm -f $(DESTDIR)$(pkgdatadir)/freedroid.6
echo "..done."
dist-win32: src/freedroid.exe
mkdir -p $(win_dir)