aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-08 18:35:14 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-08 18:35:14 +0000
commitc540d4cbb903c17dd6830e79b67296af8cf2bf35 (patch)
treed27edf8fc4978f1c92dd0d0c311c3ee05922a924 /devel
parentc54db02b1756c2327aec37b1c688b6fbebb254ad (diff)
downloadports-c540d4cbb903c17dd6830e79b67296af8cf2bf35.tar.gz
ports-c540d4cbb903c17dd6830e79b67296af8cf2bf35.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/exercisix/files/patch-Makefile6
1 files 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)