diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 21:57:30 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 22:07:22 +0800 |
commit | e4fdf41c677cac828575b90e5ab6dfe5abca7175 (patch) | |
tree | 7c511b993b9d5d2f26cc2c6720477979196ddc69 | |
parent | net/ecal: Allow build with tinyxml2 with meson (diff) |
net-im/jabberd: Fix a5c2ca9eefbc427074af49dd4b2630b0b58f6d80
/!\ jabberd-2.7.0_5: Makefile errors /!\
you cannot include bsd.port[.pre].mk twice
Approved by: portmgr (blanket)
-rw-r--r-- | net-im/jabberd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 185e96e93bc5..3f69ad9af847 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -156,4 +156,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |