mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
*** Makefile.orig Tue Nov 22 14:46:24 1994
|
|
--- Makefile Tue Nov 22 14:50:29 1994
|
|
***************
|
|
*** 39,49 ****
|
|
DFLTSHELL = /bin/csh
|
|
|
|
# to install executable files
|
|
! XINSTALL=cp
|
|
! #XINSTALL=/usr/ucb/install -c -m 755 # -s
|
|
# to install text files
|
|
! TINSTALL=cp
|
|
! #TINSTALL=/usr/ucb/install -c -m 644
|
|
|
|
# These should all just be right if the above ones are.
|
|
# You will confuse JOVE if you move anything from LIBDIR or SHAREDIR.
|
|
--- 39,49 ----
|
|
DFLTSHELL = /bin/csh
|
|
|
|
# to install executable files
|
|
! #XINSTALL=cp
|
|
! XINSTALL=install -c -m 755 # -s
|
|
# to install text files
|
|
! #TINSTALL=cp
|
|
! TINSTALL=install -c -m 644
|
|
|
|
# These should all just be right if the above ones are.
|
|
# You will confuse JOVE if you move anything from LIBDIR or SHAREDIR.
|
|
***************
|
|
*** 151,157 ****
|
|
#
|
|
# You can just say 'make SYSDEFS=-Dwhatever' on these systems.
|
|
|
|
! SYSDEFS =
|
|
|
|
# for SCO Xenix, set
|
|
# MEMFLAGS = -Mle
|
|
--- 151,157 ----
|
|
#
|
|
# You can just say 'make SYSDEFS=-Dwhatever' on these systems.
|
|
|
|
! SYSDEFS = -DBSDPOSIX
|
|
|
|
# for SCO Xenix, set
|
|
# MEMFLAGS = -Mle
|