freebsd-ports/audio/vitunes/files/patch-Makefile
Dmitry Marakasov 4b20d1fd57 - Add LICENSE
- Fix binary installation, strip properly
- Fix WWW:
2015-06-15 12:26:07 +00:00

13 lines
411 B
Text

--- Makefile.orig 2012-01-02 21:02:11 UTC
+++ Makefile
@@ -40,8 +40,8 @@ clean:
rm -f vitunes vitunes.core vitunes-debug.log
install: vitunes
- /usr/bin/install -c -m 0555 vitunes $(BINDIR)
- /usr/bin/install -c -m 0444 vitunes.1 $(MANDIR)
+ ${BSD_INSTALL_PROGRAM} -c -m 0555 vitunes $(DESTDIR)$(BINDIR)
+ ${BSD_INSTALL_MAN} -c -m 0444 vitunes.1 $(DESTDIR)$(MANDIR)
uninstall:
rm -f $(BINDIR)/vitunes