aboutsummaryrefslogtreecommitdiff
path: root/audio/vitunes/files/patch-Makefile
blob: ddaefa74148fa1792a04f2e0c79af6e1c8dfbecb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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)$(PREFIX)/share/man/man1
 
 uninstall:
 	rm -f $(BINDIR)/vitunes