aboutsummaryrefslogtreecommitdiff
path: root/multimedia/fxtv
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-11 19:48:41 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-11 19:48:41 +0000
commit7906cf2f144b68775b11138af522f9448650cf42 (patch)
tree06e1fab452bc2f50dbe896e1a79933f2ea0c1e66 /multimedia/fxtv
parentb21f5fe5f1cc076deb5860ac3b7e12133bc71525 (diff)
downloadports-7906cf2f144b68775b11138af522f9448650cf42.tar.gz
ports-7906cf2f144b68775b11138af522f9448650cf42.zip
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=367967
Diffstat (limited to 'multimedia/fxtv')
-rw-r--r--multimedia/fxtv/files/patch-Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/fxtv/files/patch-Makefile b/multimedia/fxtv/files/patch-Makefile
index 8bc059988fa7..3d28cc2249a4 100644
--- a/multimedia/fxtv/files/patch-Makefile
+++ b/multimedia/fxtv/files/patch-Makefile
@@ -23,16 +23,16 @@
- install -c -m 555 -o root fxtv $(X11BASEINST)/bin
- install -c -m 555 -o root fxtv_cnvt.sh $(FXTV_LIBDIR)
+ mkdir -p $(DESTDIR)$(FXTV_LIBDIR)/bitmaps
-+ install -c -m 444 -o root $(PIXMAPS) $(DESTDIR)$(FXTV_LIBDIR)/bitmaps
-+ install -c -m 444 -o root README $(DESTDIR)$(FXTV_LIBDIR)
++ $(BSD_INSTALL_DATA) $(PIXMAPS) $(DESTDIR)$(FXTV_LIBDIR)/bitmaps
++ $(BSD_INSTALL_DATA) README $(DESTDIR)$(FXTV_LIBDIR)
+ mkdir -p $(DESTDIR)$(X11BASEINST)/lib/X11/app-defaults
-+ install -c -m 444 -o root Fxtv \
++ $(BSD_INSTALL_DATA) Fxtv \
+ $(DESTDIR)$(X11BASEINST)/lib/X11/app-defaults
+ mkdir -p $(DESTDIR)$(X11BASEINST)/bin
-+ install -c -m 444 -o root fxtv.1 \
++ $(BSD_INSTALL_MAN) fxtv.1 \
+ $(DESTDIR)$(X11BASEINST)/man/man1/fxtv.1
-+ install -c -m 555 -o root fxtv $(DESTDIR)$(X11BASEINST)/bin
-+ install -c -m 555 -o root fxtv_cnvt.sh $(DESTDIR)$(FXTV_LIBDIR)
++ $(BSD_INSTALL_PROGRAM) fxtv $(DESTDIR)$(X11BASEINST)/bin
++ $(BSD_INSTALL_SCRIPT) fxtv_cnvt.sh $(DESTDIR)$(FXTV_LIBDIR)
clean:
rm -f *.o fxtv *.core *~