diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-03-18 20:19:49 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-03-20 08:58:19 +0200 |
commit | 3730581bc7a360196b6bfc20967123c68f4981ea (patch) | |
tree | 5690f74e941ca9eb440a6f1409983a86cc03233e /net-misc/wput | |
parent | app-benchmarks/siege: removed older versions (diff) | |
download | gentoo-3730581bc7a360196b6bfc20967123c68f4981ea.tar.gz gentoo-3730581bc7a360196b6bfc20967123c68f4981ea.tar.bz2 gentoo-3730581bc7a360196b6bfc20967123c68f4981ea.zip |
net-misc/wput: remove unused patch
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19993
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/wput')
-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." |