1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/www/lynx/files/patch-aa

59 lines
1.8 KiB
Plaintext
Raw Normal View History

1997-03-18 10:44:49 +00:00
*** Makefile.orig Mon Mar 17 09:18:40 1997
--- Makefile Tue Mar 18 13:40:12 1997
***************
1997-01-28 02:57:34 +00:00
*** 14,31 ****
1996-07-21 04:41:21 +00:00
##change the next line if you want lynx installed somewhere
1996-02-22 01:57:18 +00:00
##besides /usr/local/bin
! exec= /usr/local/bin
1995-09-21 02:49:34 +00:00
##change the next line if you want the lynx man file installed somewhere
##besides /usr/local/man/man1
! doc= /usr/local/man/man1
1995-09-21 02:49:34 +00:00
##change the next line if you want the lynx.cfg file installed somewhere
##besides /usr/local/lib
1996-02-22 01:57:18 +00:00
! cfg= /usr/local/lib
1995-09-21 02:49:34 +00:00
1997-03-18 10:44:49 +00:00
! installbin= install -c -s -m 755
1995-09-21 02:49:34 +00:00
! installdoc= install -c -m 444
1996-07-21 04:41:21 +00:00
##set the relative location of the WWW library Implementation directory,
##from this directory
1997-01-28 02:57:34 +00:00
--- 14,31 ----
1995-09-21 02:49:34 +00:00
##change the next line if you want lynx installed somewhere
1996-02-22 01:57:18 +00:00
##besides /usr/local/bin
! exec= ${PREFIX}/bin
1995-09-21 02:49:34 +00:00
##change the next line if you want the lynx man file installed somewhere
##besides /usr/local/man/man1
1996-02-22 01:57:18 +00:00
! doc= ${PREFIX}/man/man1
1995-09-21 02:49:34 +00:00
##change the next line if you want the lynx.cfg file installed somewhere
##besides /usr/local/lib
1996-02-22 01:57:18 +00:00
! cfg= ${PREFIX}/etc
1995-09-21 02:49:34 +00:00
1996-02-22 01:57:18 +00:00
! installbin= ${INSTALL} -c -s -m ${BINMODE} -o ${BINOWN} -g ${BINGRP}
1997-03-18 10:44:49 +00:00
! installdoc= ${INSTALL} -c -m ${MANMODE} -o ${MANOWN} -g ${MANGRP}
1995-09-21 02:49:34 +00:00
1996-07-21 04:41:21 +00:00
##set the relative location of the WWW library Implementation directory,
##from this directory
***************
1997-03-18 10:44:49 +00:00
*** 270,276 ****
1997-01-28 02:57:34 +00:00
SITE_LYDEFS = $(DIR_LYDEFS) # Your defines here
# Set SITE_DEFS to one or more of the defines for lynx below:
! SITE_DEFS = $(DIR_DEFS) # Your defines here
# if you are compiling on a previously unsupported system, modify
# this generic entry!!
1997-03-18 10:44:49 +00:00
--- 270,276 ----
1997-01-28 02:57:34 +00:00
SITE_LYDEFS = $(DIR_LYDEFS) # Your defines here
# Set SITE_DEFS to one or more of the defines for lynx below:
! SITE_DEFS = $(DIR_DEFS) -DLYNX_CFG_FILE='\"${PREFIX}/etc/lynx.cfg\"'
# if you are compiling on a previously unsupported system, modify
# this generic entry!!