diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wput/files/wput-0.6-gentoo.diff | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net-misc/wput/files/wput-0.6-gentoo.diff b/net-misc/wput/files/wput-0.6-gentoo.diff deleted file mode 100644 index 7ddf0ba3ba19..000000000000 --- a/net-misc/wput/files/wput-0.6-gentoo.diff +++ /dev/null @@ -1,17 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -15,8 +15,12 @@ - - install: all - cd po && $(MAKE) $(MAKEDEFS) $@ -- install -m0755 wput $(bindir) -- install -m0644 doc/wput.1.gz $(mandir) -+ -+ install -d $(DESTDIR)/$(bindir) -+ install -m0755 wput $(DESTDIR)/$(bindir) -+ install -d $(DESTDIR)/$(mandir) -+ install -m0644 doc/wput.1.gz $(DESTDIR)/$(mandir) -+ - @echo "----------------" - @echo "Wput installed. See 'wput -h' or 'man wput' for usage information." - @echo "Further documentation is located in the doc/USAGE.* files." |