JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
changed default prefix to /usr/local
authorJason Woofenden <jason283@herkamire.com>
Thu, 28 May 2009 02:55:20 +0000 (22:55 -0400)
committerJason Woofenden <jason283@herkamire.com>
Thu, 28 May 2009 02:59:14 +0000 (22:59 -0400)
Makefile

index e377f78..c49be4b 100644 (file)
--- a/Makefile
+++ b/Makefile
 #   along with this program; if not, write to the Free Software
 #   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 #   along with this program; if not, write to the Free Software
 #   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-prefix = /usr
+prefix = /usr/local
 exec_prefix = $(prefix)
 
 exec_prefix = $(prefix)
 
-datadir = $(prefix)/share/games
-pkgdatadir = $(datadir)/vor
+datarootdir = $(prefix)/share/games
+pkgdatadir = $(datarootdir)/vor
 bindir = $(exec_prefix)/games
 
 CFLAGS := -Wall -O3
 bindir = $(exec_prefix)/games
 
 CFLAGS := -Wall -O3