diff options
Diffstat (limited to 'ftp/axel/files/patch-Makefile.settings')
-rw-r--r-- | ftp/axel/files/patch-Makefile.settings | 31 |
1 files changed, 6 insertions, 25 deletions
diff --git a/ftp/axel/files/patch-Makefile.settings b/ftp/axel/files/patch-Makefile.settings index 1c2255d12e93..90bd3ddbad91 100644 --- a/ftp/axel/files/patch-Makefile.settings +++ b/ftp/axel/files/patch-Makefile.settings @@ -1,32 +1,13 @@ ---- Makefile.settings.orig Mon Jun 18 01:18:20 2001 -+++ Makefile.settings Sun Aug 5 23:40:00 2001 -@@ -7,10 +7,9 @@ - - # File locations - # --PREFIX=/usr +--- Makefile.settings.orig Thu Aug 9 01:41:45 2001 ++++ Makefile.settings Wed Aug 15 14:22:02 2001 +@@ -11,8 +11,8 @@ + PREFIX=/usr/local + endif BINDIR=$(PREFIX)/bin -ETCDIR=/etc -MANDIR=$(PREFIX)/share/man -+ETCDIR=$(PREFIX)/etc ++ETCDIR=${PREFIX}/etc +MANDIR=$(PREFIX)/man LOCALE=$(PREFIX)/share/locale # NOTE: Disabling an option means commenting out the specific line. Changing -@@ -26,7 +25,7 @@ - # will make the binary 4KB larger. You also have to tell where the - # translations should be installed. - # --I18N=1 -+#I18N=1 - - # Disabling this converts axel to a simple downloader like wget, without - # support for multiple connections. Do it if you like small programs. ;) -@@ -42,3 +41,7 @@ - # Necessary for package creation - # - DESTDIR= -+ -+# -+# Some OS'es don't have getopt_long -+#GETOPTLONG=1 |