diff options
author | Olivier Cochard <olivier@FreeBSD.org> | 2024-09-30 13:52:57 +0200 |
---|---|---|
committer | Olivier Cochard <olivier@FreeBSD.org> | 2024-09-30 13:59:00 +0200 |
commit | 825afe0bb41d967ab082d4b658333aafe9cbecc6 (patch) | |
tree | 60cb71d2a1e00898fb07c12e9cf85028b33d95cf /security/strongswan/files/patch-src_swanctl_Makefile.in | |
parent | ports-mgmt/pkg-provides: a bit more info (diff) |
security/strongswan: fix build on current
Backport upstream commit a7f617ab3328153939cb757a5cf9001071ef8720
PR: 280435
Approved by: kwf@nanoteq.com (maintainer)
Diffstat (limited to 'security/strongswan/files/patch-src_swanctl_Makefile.in')
-rw-r--r-- | security/strongswan/files/patch-src_swanctl_Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/strongswan/files/patch-src_swanctl_Makefile.in b/security/strongswan/files/patch-src_swanctl_Makefile.in index c667b0cc4445..2e6eaecbf6de 100644 --- a/security/strongswan/files/patch-src_swanctl_Makefile.in +++ b/security/strongswan/files/patch-src_swanctl_Makefile.in @@ -1,6 +1,6 @@ ---- src/swanctl/Makefile.in.orig 2019-01-18 17:24:51 UTC +--- src/swanctl/Makefile.in.orig 2024-03-19 10:57:37 UTC +++ src/swanctl/Makefile.in -@@ -1065,7 +1065,7 @@ install-data-local: swanctl.conf +@@ -1151,7 +1151,7 @@ install-data-local: swanctl.conf test -e "$(DESTDIR)$(swanctldir)/bliss" || $(INSTALL) -d -m 750 "$(DESTDIR)$(swanctldir)/bliss" || true test -e "$(DESTDIR)$(swanctldir)/pkcs8" || $(INSTALL) -d -m 750 "$(DESTDIR)$(swanctldir)/pkcs8" || true test -e "$(DESTDIR)$(swanctldir)/pkcs12" || $(INSTALL) -d -m 750 "$(DESTDIR)$(swanctldir)/pkcs12" || true |