git: e4fdf41c677c - main - net-im/jabberd: Fix a5c2ca9eefbc427074af49dd4b2630b0b58f6d80

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 09 Mar 2024 14:19:00 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e4fdf41c677cac828575b90e5ab6dfe5abca7175

commit e4fdf41c677cac828575b90e5ab6dfe5abca7175
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:57:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:07:22 +0000

    net-im/jabberd: Fix a5c2ca9eefbc427074af49dd4b2630b0b58f6d80
    
    /!\ jabberd-2.7.0_5: Makefile errors /!\
    
    you cannot include bsd.port[.pre].mk twice
    
    Approved by:    portmgr (blanket)
---
 net-im/jabberd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>