You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/wput/files/wput-0.6-gentoo.diff

19 lines
641 B

diff -urN wput/Makefile.in wput/Makefile.in
--- wput/Makefile.in 2006-04-04 18:16:52.000000000 +0100
+++ wput/Makefile.in 2006-11-07 17:31:10.000000000 +0000
@@ -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."