diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-10-19 19:22:13 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-10-19 19:22:13 +0000 |
commit | 4effd8040747f9e2c24958794bc5de7584a7807c (patch) | |
tree | 6b985476b753d136390607a3fa6da8c040ccccbf /www/lynx-current/files | |
parent | Depend on linux_lib (diff) |
Upgrade to pre11
Notes
Notes:
svn path=/head/; revision=14086
Diffstat (limited to 'www/lynx-current/files')
-rw-r--r-- | www/lynx-current/files/patch-aa | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/www/lynx-current/files/patch-aa b/www/lynx-current/files/patch-aa deleted file mode 100644 index 8d594ee59e05..000000000000 --- a/www/lynx-current/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ -*** makefile.in.orig Mon Sep 7 14:02:16 1998 ---- makefile.in Mon Sep 7 23:23:06 1998 -*************** -*** 43,49 **** - libdir= @libdir@ - - ## Where you want the help-files installed -! helpdir= @libdir@/lynx_help - - ##set the relative location of the WWW library Implementation directory, - ##from this directory ---- 43,49 ---- - libdir= @libdir@ - - ## Where you want the help-files installed -! helpdir= $(prefix)/lib/lynx_help - - ##set the relative location of the WWW library Implementation directory, - ##from this directory -*************** -*** 319,325 **** - - install-log : $(libdir) config.cache - -@sed -e '/^#/d' \ -! -e 's/^.._cv_\(.*\)=.*=\(.*\)\}/\1=\2/g' \ - config.cache | \ - $(AWK) -F= '{printf "%-30s = %s\n",$$1,$$2}' |sort > $(libdir)/lynx_site.txt - ---- 319,325 ---- - - install-log : $(libdir) config.cache - -@sed -e '/^#/d' \ -! -e 's/^.._cv_\(.*\)=.*=\(.*\)}/\1=\2/g' \ - config.cache | \ - $(AWK) -F= '{printf "%-30s = %s\n",$$1,$$2}' |sort > $(libdir)/lynx_site.txt - |