diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2026-03-05 20:06:49 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2026-05-07 21:47:29 +0000 |
| commit | 2a7c0561200c6cf9d0c0252cd4a7ab446eca8e4a (patch) | |
| tree | a405889b26b94321a8886605c61785250ba83802 /net/cloud-init | |
| parent | af218a4ee29a6b999b647da7263011a6ec9f6785 (diff) | |
Diffstat (limited to 'net/cloud-init')
| -rw-r--r-- | net/cloud-init/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cloud-init/Makefile b/net/cloud-init/Makefile index d15d76c0745c..5fccedf2ba38 100644 --- a/net/cloud-init/Makefile +++ b/net/cloud-init/Makefile @@ -46,7 +46,7 @@ PLIST_FILES+= ${MAN1FILES:S|^|share/man/man1/|:S|.1$|.1.gz|} .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400000 +.if ${OPSYS} == FreeBSD EXTRA_PATCHES+= ${PATCHDIR}/extra-cloudinit_distros_freebsd.py .endif |
