aboutsummaryrefslogtreecommitdiff
path: root/ftp/wput/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wput/files/patch-Makefile.in')
-rw-r--r--ftp/wput/files/patch-Makefile.in31
1 files changed, 21 insertions, 10 deletions
diff --git a/ftp/wput/files/patch-Makefile.in b/ftp/wput/files/patch-Makefile.in
index 6489968ca29e..4055c8318bc5 100644
--- a/ftp/wput/files/patch-Makefile.in
+++ b/ftp/wput/files/patch-Makefile.in
@@ -1,6 +1,14 @@
---- Makefile.in.orig 2007-12-12 08:30:04.000000000 -0900
-+++ Makefile.in 2008-01-17 14:17:36.000000000 -0900
-@@ -9,7 +9,6 @@
+--- Makefile.in.orig 2008-09-27 12:31:23.000000000 +0200
++++ Makefile.in 2008-12-17 17:12:36.000000000 +0100
+@@ -2,14 +2,13 @@
+ PACKAGE = @PACKAGE@
+ prefix = @prefix@
+ datadir = $(prefix)/share
+-mandir = $(datadir)/man/man1
++mandir = $(prefix)/man/man1
+ exec_prefix = @exec_prefix@
+ bindir=@bindir@
+
all clean:
cd po && $(MAKE) $(MAKEDEFS) $@
cd src && $(MAKE) $(MAKEDEFS) $@
@@ -8,17 +16,20 @@
win-clean:
cd src && $(MAKE) $(MAKEDEFS) $@
-@@ -17,7 +16,6 @@
- install: all
- cd po && $(MAKE) $(MAKEDEFS) $@
+@@ -19,9 +18,7 @@
+ mkdir -p $(bindir)
+ mkdir -p $(mandir)
install -m0755 wput $(bindir)
- install -m0644 doc/wput.1.gz $(mandir)
+ ln -s $(bindir)/wput $(bindir)/wdel
+- install -m0644 doc/wdel.1.gz $(mandir)
@echo "----------------"
- @echo "Wput installed. See 'wput -h' or 'man wput' for usage information."
- @echo "Further documentation is located in the doc/USAGE.* files."
-@@ -27,5 +25,4 @@
- @echo "----------------"
+ @echo "Wput and Wdel installed. See 'wput/wdel -h' or 'man wput/wdel' for"
+ @echo "usage information."
+@@ -33,6 +30,4 @@
uninstall:
rm -f $(bindir)/wput
+ rm -f $(bindir)/wdel
- rm -f $(mandir)/wput.1.gz
+- rm -f $(mandir)/wdel.1.gz