1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/games/vultures-eye/files/patch-sys-unix-Makefile.top
Vanilla I. Shu 546d426572 Update to version 2.3.67.
PR:		ports/193035
Submitted by:	Ports Fury.
2014-08-28 03:05:05 +00:00

39 lines
1.0 KiB
Plaintext

--- sys/unix/Makefile.top.orig Thu Apr 6 02:59:04 2006
+++ sys/unix/Makefile.top Thu May 25 00:59:53 2006
@@ -14,18 +14,18 @@
# MAKE = make
# make NetHack
-PREFIX = /usr
+#PREFIX = /usr
GAME = vulture-nethack
# GAME = nethack.prg
GAMEUID = games
-GAMEGRP = bin
+GAMEGRP = games
# Permissions - some places use setgid instead of setuid, for instance
# See also the option "SECURE" in include/config.h
-GAMEPERM = 04755
-FILEPERM = 0644
+GAMEPERM = 02755
+FILEPERM = 0664
EXEPERM = 0755
-DIRPERM = 0755
+DIRPERM = 0775
# GAMEDIR also appears in config.h as "HACKDIR".
# VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR
@@ -35,9 +35,9 @@
# therefore there should not be anything in GAMEDIR that you want to keep
# (if there is, you'll have to do the installation by hand or modify the
# instructions)
-GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir
+GAMEDIR = $(PREFIX)/lib/$(GAME)dir
VARDIR = $(GAMEDIR)
-SHELLDIR = $(PREFIX)/games
+SHELLDIR = $(PREFIX)/bin
# per discussion in Install.X11 and Install.Qt
VARDATND =