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 | |
parent | f38546871fb162bfb52acf59516c372b1e2c07f4 (diff) | |
download | freebsd-ports-8edcdfbb0710e03431636d370a3311107d7079a4.zip |
Update
-rw-r--r-- | www/lynx-current/distinfo | 2 | ||||
-rw-r--r-- | www/lynx/distinfo | 2 | ||||
-rw-r--r-- | www/lynx/files/patch-aa | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/www/lynx-current/distinfo b/www/lynx-current/distinfo index 8f034bd4f558..325c1c133b8c 100644 --- a/www/lynx-current/distinfo +++ b/www/lynx-current/distinfo @@ -1,2 +1,2 @@ MD5 (lynx2-7.zip) = 4bb374d26eb2ccb1559388dffbd99691 -MD5 (27bugfixes.zip) = f5e5f692c491bbb059e8c89c7bc9c53e +MD5 (27bugfixes.zip) = 47d6f0c3933085f1d194749798949b12 diff --git a/www/lynx/distinfo b/www/lynx/distinfo index 8f034bd4f558..325c1c133b8c 100644 --- a/www/lynx/distinfo +++ b/www/lynx/distinfo @@ -1,2 +1,2 @@ MD5 (lynx2-7.zip) = 4bb374d26eb2ccb1559388dffbd99691 -MD5 (27bugfixes.zip) = f5e5f692c491bbb059e8c89c7bc9c53e +MD5 (27bugfixes.zip) = 47d6f0c3933085f1d194749798949b12 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: |