From c540d4cbb903c17dd6830e79b67296af8cf2bf35 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 8 Sep 2014 18:35:14 +0000 Subject: [PATCH] Allow staging as a regular user --- devel/exercisix/files/patch-Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/exercisix/files/patch-Makefile b/devel/exercisix/files/patch-Makefile index ab0432de0f9c..297b59717bb8 100644 --- a/devel/exercisix/files/patch-Makefile +++ b/devel/exercisix/files/patch-Makefile @@ -7,9 +7,9 @@ - install -o root -g wheel -m 444 $(FILES) $(FILESDIR) - install -C -o root -g wheel -m 444 $(INCS) $(INCLUDEDIR) - install -o root -g wheel -m 444 $(COMPRESSED_MAN) $(MANDIR)3 -+ install -o root -g wheel -m 444 $(FILES) $(DESTDIR)$(FILESDIR) -+ install -C -o root -g wheel -m 444 $(INCS) $(DESTDIR)$(INCLUDEDIR) -+ install -o root -g wheel -m 444 $(COMPRESSED_MAN) $(DESTDIR)$(MANDIR)3 ++ $(BSD_INSTALL_DATA) $(FILES) $(DESTDIR)$(FILESDIR) ++ $(BSD_INSTALL_DATA) $(INCS) $(DESTDIR)$(INCLUDEDIR) ++ $(BSD_INSTALL_MAN) $(COMPRESSED_MAN) $(DESTDIR)$(MANDIR)3 $(FILESDIR): - mkdir $(FILESDIR)