mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
25e207891d
Submitted by: max@sfc.wide.ad.jp
53 lines
1.4 KiB
Plaintext
53 lines
1.4 KiB
Plaintext
*** sys/unix/Makefile.top.orig Thu Aug 29 23:52:47 1996
|
|
--- sys/unix/Makefile.top Fri Aug 30 00:27:52 1996
|
|
***************
|
|
*** 18,31 ****
|
|
#GAME = nethack
|
|
GAME = jnethack
|
|
GAMEUID = games
|
|
! GAMEGRP = bin
|
|
|
|
# Permissions - some places use setgid instead of setuid, for instance
|
|
# See also the option "SECURE" in include/config.h
|
|
! GAMEPERM = 04755
|
|
! FILEPERM = 0644
|
|
EXEPERM = 0755
|
|
! DIRPERM = 0755
|
|
|
|
# GAMEDIR also appears in config.h as "HACKDIR".
|
|
#
|
|
--- 18,31 ----
|
|
#GAME = nethack
|
|
GAME = jnethack
|
|
GAMEUID = games
|
|
! GAMEGRP = games
|
|
|
|
# Permissions - some places use setgid instead of setuid, for instance
|
|
# See also the option "SECURE" in include/config.h
|
|
! GAMEPERM = 02755
|
|
! FILEPERM = 0664
|
|
EXEPERM = 0755
|
|
! DIRPERM = 0775
|
|
|
|
# GAMEDIR also appears in config.h as "HACKDIR".
|
|
#
|
|
***************
|
|
*** 34,41 ****
|
|
# 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 = /usr/games/lib/$(GAME)dir
|
|
! SHELLDIR = /usr/games
|
|
|
|
# per discussion in Install.X11
|
|
VARDATND =
|
|
--- 34,41 ----
|
|
# 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}/lib/$(GAME)dir
|
|
! SHELLDIR = ${PREFIX}/bin
|
|
|
|
# per discussion in Install.X11
|
|
VARDATND =
|