svn commit: r367967 - head/multimedia/fxtv/files

Antoine Brodin antoine at FreeBSD.org
Thu Sep 11 19:48:42 UTC 2014


Author: antoine
Date: Thu Sep 11 19:48:41 2014
New Revision: 367967
URL: http://svnweb.freebsd.org/changeset/ports/367967
QAT: https://qat.redports.org/buildarchive/r367967/

Log:
  Allow staging as a regular user

Modified:
  head/multimedia/fxtv/files/patch-Makefile

Modified: head/multimedia/fxtv/files/patch-Makefile
==============================================================================
--- head/multimedia/fxtv/files/patch-Makefile	Thu Sep 11 19:44:48 2014	(r367966)
+++ head/multimedia/fxtv/files/patch-Makefile	Thu Sep 11 19:48:41 2014	(r367967)
@@ -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 *~


More information about the svn-ports-head mailing list