1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/games/gillo/files/patch-Jamfile
Pav Lucistnik 460a48090c Two player game in a 3D ellipsoid playground. Players are cars with a
magnetic director, able to attract or reject a ball in order to throw
it through a goal placed in the center of the playing field. It sounds
easy... but remember that reality is fuzzy!

WWW:	http://sourceforge.net/projects/gillo

PR:		ports/92195
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org>
2006-01-23 20:01:03 +00:00

9 lines
144 B
Plaintext

--- Jamfile.orig
+++ Jamfile
@@ -2,5 +2,3 @@
SubInclude TOP src ;
SubInclude TOP data ;
-
-InstallFile $(DOCDIR) : README AUTHORS COPYING ;