diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-03-18 10:44:49 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-03-18 10:44:49 +0000 |
commit | 8edcdfbb0710e03431636d370a3311107d7079a4 (patch) | |
tree | 08f75b10071a4892df76f79c30017c054cade8e5 /www/lynx/files | |
parent | f38546871fb162bfb52acf59516c372b1e2c07f4 (diff) | |
download | ports-8edcdfbb0710e03431636d370a3311107d7079a4.tar.gz ports-8edcdfbb0710e03431636d370a3311107d7079a4.zip |
Notes
Diffstat (limited to 'www/lynx/files')
-rw-r--r-- | www/lynx/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/lynx/files/patch-aa b/www/lynx/files/patch-aa index ea62b2260975..5c1bf964e322 100644 --- a/www/lynx/files/patch-aa +++ b/www/lynx/files/patch-aa @@ -1,5 +1,5 @@ -*** Makefile.orig Sat Jan 25 07:43:10 1997 ---- Makefile Mon Jan 27 23:17:17 1997 +*** Makefile.orig Mon Mar 17 09:18:40 1997 +--- Makefile Tue Mar 18 13:40:12 1997 *************** *** 14,31 **** @@ -15,7 +15,7 @@ ##besides /usr/local/lib ! cfg= /usr/local/lib -! installbin= install -c -s -m 555 +! installbin= install -c -s -m 755 ! installdoc= install -c -m 444 ##set the relative location of the WWW library Implementation directory, @@ -35,12 +35,12 @@ ! cfg= ${PREFIX}/etc ! installbin= ${INSTALL} -c -s -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} -! installdoc= ${INSTALL} -c -m 444 -o ${BINOWN} -g ${BINGRP} +! installdoc= ${INSTALL} -c -m ${MANMODE} -o ${MANOWN} -g ${MANGRP} ##set the relative location of the WWW library Implementation directory, ##from this directory *************** -*** 268,274 **** +*** 270,276 **** SITE_LYDEFS = $(DIR_LYDEFS) # Your defines here # Set SITE_DEFS to one or more of the defines for lynx below: @@ -48,7 +48,7 @@ # if you are compiling on a previously unsupported system, modify # this generic entry!! ---- 268,274 ---- +--- 270,276 ---- SITE_LYDEFS = $(DIR_LYDEFS) # Your defines here # Set SITE_DEFS to one or more of the defines for lynx below: |