mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Allow to install on 5-CURRENT
(our 'mkdir -p -m' works just fine thank you)
This commit is contained in:
parent
12188d62c2
commit
a59d30a0f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63957
9
security/super/files/patch-Makefile.in
Normal file
9
security/super/files/patch-Makefile.in
Normal file
@ -0,0 +1,9 @@
|
||||
--- Makefile.in.orig Fri Aug 2 04:28:10 2002
|
||||
+++ Makefile.in Sun Aug 4 00:45:14 2002
|
||||
@@ -182,3 +182,3 @@
|
||||
- ./mkdir_p -p755 $(DESTDIR)/$(BINDIR)
|
||||
- ./mkdir_p -p755 $(DESTDIR)/$(localstatedir)
|
||||
- ./mkdir_p -p755 $(DESTDIR)/$(sysconfdir)
|
||||
+ mkdir -p -m 755 $(DESTDIR)/$(BINDIR)
|
||||
+ mkdir -p -m 755 $(DESTDIR)/$(localstatedir)
|
||||
+ mkdir -p -m 755 $(DESTDIR)/$(sysconfdir)
|
Loading…
Reference in New Issue
Block a user