diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-12 03:48:41 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-12 03:48:41 +0800 |
commit | 5d3631733cdc82382fc159d92f3e5fa0ab825ce5 (patch) | |
tree | 06e1fab452bc2f50dbe896e1a79933f2ea0c1e66 /multimedia | |
parent | 5725432e95f86356ee1e727e243e869bc9ce65e4 (diff) | |
download | freebsd-ports-gnome-5d3631733cdc82382fc159d92f3e5fa0ab825ce5.tar.gz freebsd-ports-gnome-5d3631733cdc82382fc159d92f3e5fa0ab825ce5.tar.zst freebsd-ports-gnome-5d3631733cdc82382fc159d92f3e5fa0ab825ce5.zip |
Allow staging as a regular user
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/fxtv/files/patch-Makefile | 12 |
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 *~ |